Dear Leo,
Thank you for your continued assistance.
No. "huge" is a variable that is initialised to 128,000,000.
I see.
get (num); -- read the size of the array from standard input declare xg_ptr : vector_ptr := new vector (0..num);
That's convincing.
procedure bahbah (min,max : Integer) is xg_ptr : vector_ptr := new vector (min..max); begin Free_Vector (xg_ptr); -- essential to avoid memory leaks end bahbah;
Also convincing.
Despite my initial skepticism, FPC and Ada are both able to implement dynamic schema types, with some translation. So that's one long-term solution if we cannot prolong the life of GPC, and is a relief to me.
Yours, Kevan