|
From: | Benjamin Kowarsch |
Subject: | Re: Dynamic mutidimensional arrays |
Date: | Wed, 5 Apr 2023 18:07:08 +0900 |
I would rather put that array declaration into a record type and add a length field.TYPE Vector = POINTER TO RECORDlength : CARDINAL;values : ARRAY [1..MaxV] OF REALEND; (* Vector *)Yes. I was just commenting on YOUR code, not mine.
[Prev in Thread] | Current Thread | [Next in Thread] |