[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: iterating and calling functions in lua tables
- From: "Wim Couwenberg" <wim.couwenberg@...>
- Date: Sun, 21 Dec 2008 12:40:27 +0100
> I suspect you meant:
>
> for idx,f in ipairs(functions) do
> f()
> end
Uhmm... yes! :-P