lua-users home
lua-l archive

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



On Jul 21, 2009, at 9:03 PM, Sean Farrow wrote:

I havethe name of a function I wish to call in a string passed to me in
this case through shared memory.

Is there a way of calling this function in lua?

Sure. Assuming the function is in _G:

_G[ 'aFunctionNameReceivedThoughSharedMemory' ]()