|
>It says "rawgetglobal" is deprecated, but looks like a nice and elegant >solution. Thanks a lot, I deserved the RTFM ;) The FAQ needs updating badly. I'm sorry about this. Here is "rawgetglobal": function rawgetglobal(n) return rawget(globals(),n) end --lhf