[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to print the content of Table/
- From: Hallison Batista <hallison.batista@...>
- Date: Sun, 6 May 2012 22:24:16 -0400
Alexander, Craig
Really? table.foreach is deprecated? Just learned this statement! So,
just substitute for:
for k, v in pairs(t) do print(k, v) end
Thanks to all.
On Sun, May 6, 2012 at 11:01 AM, Alexander Gladysh <agladysh@gmail.com> wrote:
>
>
> 05.05.2012, в 0:22, Hallison Batista <hallison.batista@gmail.com> написал(а):
>
>> table.foreach(t, print)
>>
>
> table.foreach is deprecated.
>
> Alexander.
>
>
--
Hallison Batista
hallison.batista@gmail.com