> > ...Allow re-dimensioning of dimensioned arrays at runtime... 
> As others have pointed out, YOU CAN....

$OPTIONS -STATIC.DIM
Minus sign means "not" as in "not static dim" as in "you can redimension
this on the fly at runtime."
It is necessary in Pick- & Reality-flavors.
PI- and Ideal-flavors have that feature already.  (You could turn it off
by $OPTIONS STATIC.DIM. no minus sign.)

Put that directive at the top of the program and it remains in effect
throughout the program.

Arrays defined in common can't be redimensioned.
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to