lua-users home
lua-l archive

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


On Thu, Dec 15, 2011 at 2:50 PM, rahul sharma <rahulatgslab@gmail.com> wrote:
> So is there any method to do that???

Well, if you pass to a C function, then lua_tostring(L,idx) gives the
address of the C string.

That should be what you need?

steve d.