lua-users home
lua-l archive

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


On Fri, Nov 7, 2008 at 3:09 PM, Scott Southworth
<scott.southworth@gmail.com> wrote:
> so if I pass a simple chunk -- such as DoString("return 5,x");
> [..]
>  DoString("SomeFunc()");
>
>  will execute the function -- but always returns null.

DoString("return SomeFunc()");