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