lua-users home
lua-l archive

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


found it ! ..... loadstring(functionname .. "()")


On Wed, Aug 13, 2008 at 8:42 AM, Abhinav Lele <abhinav.lele@gmail.com> wrote:
Hi,

Suppose i known the string name of a function that I have in my script.
How can i call that function, knowing only the stringname of the function.


-Abhinav