lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi Maxime

I am just an amateur, most guys on this list are incredible programmers but I think I know this one.

When Lua returns multiple results it's not in an array like PHP, perhaps.

Try:

a, b=string.find(a,"(%s+)");

HTH-Patrick