lua-users home
lua-l archive

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


> ...but don't forget that a string array initialiser (const char foo[] =
> "...") is not the same as a string literal (const char* foo = "..."),
> and the limits don't apply to initialisers.

And it is easy to write a specific lua_Reader function to feed each
array element to lua_load without concatenating them.

-- Roberto