lua-users home
lua-l archive

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


On Sat, Jul 6, 2013 at 11:05 AM, Tim Hill <drtimhill@gmail.com> wrote:
> Exactly!!
>
> On Jul 6, 2013, at 5:20 AM, Rena <hyperhacker@gmail.com> wrote:
>
> It does seem awfully strange to me: Lua's strings can contain any byte,
> because they store the length separately from the string data. This is
> generally considered a good thing, especially compared to C strings


then the choice is obvious: use an 'array' library.

--
Javier