lua-users home
lua-l archive

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


Hi,
 
I know I can find the source where a function is declared with
 
debug.getinfo(thefunction).source
and
debug.getinfo(thefunction).linedefined
 
Is there any possible way for other type of variables (tables,etc)
 
best
 
victor