lua-users home
lua-l archive

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


Hi all
 
i have a function in the LUA file
 
function Dump(var)
end
 
in the C file i have previously caled dofile with filename
 
if a call from C dostring("Dump()") the function is called, but how can i set the parameter also ? except from using dostring("Dump(variable)")
 
thanks
 
George