Re: luaL_checklstring over nil raises exception
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: luaL_checklstring over nil raises exception
- From: Patrick Rapin <toupie300@...>
- Date: Wed, 7 Dec 2011 15:43:20 +0100
> The library function luaL_checkstring, like all luaL_check* series,
> return a valid value if the type is the expected one, or signals an
> error when the type is not correct.
Maybe what you were really looking for is lua_tolstring ?