Re: Modifying a table while iterating over it?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Modifying a table while iterating over it?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2005年9月22日 13:57:13 -0300
> What happens when you modify a table while iterating over it?
It's ok to set existing fields to nil but not ok to create new keys.
--lhf