lua-users home
lua-l archive

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


> The function lua_strlen which appears mentioned in PiL
> (http://www.lua.org/pil/24.2.2.html) is missing from the references.
> 
> The same with the printed PiL & Reference.

The online book refers to version 5.0. In version 5.1 this function was
deprecated in favor of lua_objlen.

-- Roberto