lua-users home
lua-l archive

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


I tried:
my_class = 'MyClass'
my_fun = 'MyFunction01'
_G[my_class][my_function]()

Worked perfectly. Thank you both very much for your input :)