lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>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