lua-users home
lua-l archive

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


thanks a  lot guyz ... n specially for the super fast response time ... :D

On Wed, Aug 13, 2008 at 8:58 AM, David Manura <dm.lua@math2.org> wrote:
Abhinav Lele writes:
> found it ! ..... loadstring(functionname .. "()")

That's approach is generally less favorable than _G[functionname] in terms of
efficiency and security because loadstring performs a compilation rather than a
simple table lookup.