[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua scripts as string within another script
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 13 Nov 2014 08:26:57 -0200
> 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"))