>>From C, given a table 'Object2' and the name of a function >'SomeFunctionDefinedElsewhere', I need to find out in which file this >function resides, and also on which line. Use lua_getinfo on the result of lua_getglobal. --lhf