|
On Sun, 27 May 2001, Alex Liebowitz wrote: > 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? ... > > strsub(s, 3, 5)