[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua scripts as string within another script
- From: Tim Hill <drtimhill@...>
- Date: Thu, 13 Nov 2014 13:02:33 -0800
> On Nov 13, 2014, at 2:26 AM, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
>
>> 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"))
>
Is this documented anywhere? .. I was unaware of this trick.
—Tim