On 07/04/2011 09:42 AM, luigi scarso wrote: > of course no, but it's a matter of style. > I'm always in trouble when I modify the table that is the argument of > a for loop, > I mean something like > for k,v in pairs(my_table) do > modify(my_table) > end Exactly. Do not do that, please. Best wishes, Taco