[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Core functions that return tables
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 12 Mar 2008 20:28:04 -0300
> Would it be possible to get core functions like debug.getinfo and date
> to take an optional table parameter to fill with the data rather than
> create a new table each time?
Possible, certainly. But once you go this route you have to decide about
the semantics: for instance, should the function replace all fields in
the table or just the ones that are absent?