lua-users home
lua-l archive

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


On 12/01/2010 16:40, Petite Abeille wrote:

On Jan 12, 2010, at 7:25 PM, David Kolf wrote:

But "getfenv (2)" was exactly one of the features I used.

As mentioned somewhere else in this thread, you could still use a combination of debug.getinfo + debug.setfenv to achieve the same effect, e.g.: debug.setfenv( debug.getinfo( 2, 'f' ).func )


Someone said it already, but, for the purpose of this discusion, one should think that 'debug' does not exist.