lua-users home
lua-l archive

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


On Mon, Apr 18, 2011 at 11:52 AM, Gilles Ganault <gilles.ganault@free.fr> wrote:
> However, strsplit() uses strfind() which triggers this error: "attempt
> to call global 'strfind' (a nil value)".

Ah, that's Lua 4 code - replace 'strfind' with 'string.find'

Some parts of the Wiki are very old indeed ;)

steve d.