Hi Maxime
When Lua returns multiple results it's not in an array like PHP, perhaps. Try: a, b=string.find(a,"(%s+)"); HTH-Patrick