[Overview][Constants][Types][Procedures and functions] Reference for unit 'lua' (#pLua)

lua_tostring

Declaration

Source position: lua.pas line 443

function lua_tostring(

  L: Plua_State;

  idx: Integer

):PChar;

Description

Equivalent to lua_tolstring with len equal to NULL.

See also

lua_tolstring