Calling a function from a string
Posted: Fri Aug 15, 2008 11:32 am
How can I call a function from a string in LUA?
EG I had a string like this: "DoMath("1+1")" and I wanted to use that string to call DoMath("1+1")
EG I had a string like this: "DoMath("1+1")" and I wanted to use that string to call DoMath("1+1")