lua-users home
lua-l archive

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


>        I tried to have the strings as string.dump(load(scriptAsString)) but
> that still has the text of the script

Try string.dump(load(scriptAsString,"=none"))