[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Read only tables.
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 16 Jun 2009 22:34:25 -0300
> > setmetatable(__tMemory).__newindex=nil
>
> wouldn't that be:
>
> getmetatable(__tMemory).__newindex=nil
oops, you're right, sorry.