lua-users home
lua-l archive

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


I'm new to Lua.. how would I, for instance, extract the third character of a
string? Or the third-through-fifth characters of it? Or convert a string
into a list of characters and vice-versa so I could do so? ...