On 6/15/06, ik <[EMAIL PROTECTED]> wrote:
10. The infamous support of "..." for "infinite' parameters (You can
make open array's to work like that).

You can do that with a "array of const" type. Then you type:
Proc(param1, [param2, param3, param4,.....])

Declared as:

procedure Proc(param1: Type; paramn: array of const);

--
Felipe Monteiro de Carvalho

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to