Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

passing array parameters

Status
Not open for further replies.

sggaunt

Programmer
Jul 4, 2001
8,620
GB
I am sure I should know this but,
Is it possible to pass 2 dimensional arrays as open array parameters.

I need to use open arrays here as the dimensions of the passed arrays may vary.

e.g could be
x: array [0..2][0..3] of integer or
y: array [0..2][0..2] of integer.

I am using D3, I know there are some limitations
because of this.

Steve.


 
AFAIK, no. But you can pass a 2-dimensional array as an ordinary parameter.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top