|
Alex Queiroz wrote:
Hallo, On 3/14/07, Andy Stark <AStark@blackpoolsixth.ac.uk> wrote:Sorry for not reading the docs properly... but in any case, doesn't thissolve the original problem (whether to return a table or multiple values)?It depends on the number of values. Too many may blow the stack to hell, so it'd be better to return a table directly.
Thirteen values isn't going to blow up the stack :) It would be safe to use a thousand values, in fact.
The problem is that the table returned from {info(object)} has integer keys, not string keys, so it's a lot harder to use.