lua-users home
lua-l archive

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


>From pauld@yitm.com Mon Apr  6 13:31:34 1998
>
>(I hope newbie questions are OK.....)

sure.

>Are there other ways? After a call to lua_dofile on a script with no body, can I use lua_callfunction to select the desired function?

yes, that's the best thing to do.
--lhf