lua-users home
lua-l archive

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


Having a lua script line like:
Varname = functionname()

And functionname() is a registered c function, how can i read out the
varname from the c funtion. It is not about setting data, but about getting
the name of the var.

Thanks in advance