lua-users home
lua-l archive

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


On Thu, 15 Dec 2011, rahul sharma wrote:
Hi, I want to print the starting address of string in Lua. So is there any way using which I can do that? for ex:-


Are you asking for a mechanism in Lua? E.g. print() function in Lua returns address of a table. There doesn't seem to be an equivalent way for strings and several other simple types.

Asim