lua-users home
lua-l archive

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


On Wed, Apr 20, 2011 at 3:59 PM, Valerio Schiavoni
<valerio.schiavoni@gmail.com> wrote:
>        local t = split(s, "e")
>        local m, e = t[1], t[2]
>        local t = split(m, ".")

What is the definition of split() ?

An optimization tip would be to make local aliases for things like
string.sub, etc

steve d.