[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Function pcall and 0..n return values
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 16 Oct 2003 08:58:01 -0200
>How could I code a general case that saves return values of
>pcall-fucntion for example in a table?
Just create a table! Try {pcall(Test, unpack(Param))} .
--lhf