lua-users home
lua-l archive

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


Thank a lot! This works...

Petite Abeille wrote:
> 
> On May 2, 2008, at 8:55 PM, Mario wrote:
> 
>> maybe it is a newbie question, but i really didnt get it. How do i
>> undump respectively load a precompiled lua file?
> 
> loadstring or similar perhaps?
> 
> http://www.lua.org/manual/5.1/manual.html#pdf-loadstring
> 
> 
>