lua-users home
lua-l archive

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


> Would it be possible to have a "lua_pushstring_fixed()" 
> API function, to cover this issue.

If the string is already in Lua, then the best way is to use a reference.
--lhf