[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Indirect call to function and passing arguments
- From: Rob Kendrick <lua-l@...>
- Date: Tue, 15 Jul 2008 11:32:07 +0100
On Tue, 15 Jul 2008 12:26:28 +0200 (MESZ)
Michael Gerbracht <smartmails@arcor.de> wrote:
> > Perhaps put your callable functions in their own table and look
> > them up in that?
>
> I think about that but anyway the function will be _G or not?
Well, it depends if you want to stop your users from doing things they
shouldn't with the contents of _G. If you don't care, it'll work.
B.