lua-users home
lua-l archive

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


Note that string.byte will actually take a range of positions in the string to extract so you don't need to create substrings.

Mark