[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: tables problem
- From: "Frank Meier-Doernberg" <frank@...>
- Date: Sun, 25 Jan 2004 22:48:23 +0100
Mike,
You can change the loop direction and it works too !
...
for i = table.getn(self.deps),1,-1 do
if self.deps[i]["name"] == _name then
table.remove(self.deps, i)
end
end
...
Frank