[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: table & multiple arguments
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 23 Apr 2001 11:32:12 -0300 (EST)
>>From the manual, I see a function can take indefinite number of
>arguments by taking them from a table. But how about the reverse?
Use "call". In your example, use "call(foo,x)"
--lhf