Stretchwickster
Programmer
I understand that it is possible to pass both static array and open array parameters to a procedure in Delphi 6 but is there a way of combining the two? For example, I would like to say something like:
procedure MyProcedure(MyArgs: array[2..n] of integer);
Basically what i'm asking is this: can i have a minimum of 2 and a maximum that is open-ended?
Your help would be much appreciated!
procedure MyProcedure(MyArgs: array[2..n] of integer);
Basically what i'm asking is this: can i have a minimum of 2 and a maximum that is open-ended?
Your help would be much appreciated!