[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Extracting list of items from line?
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 18 Apr 2011 12:01:26 +0200
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.