- May
- 13,823
- 211
I've been using arrays a lot and I'm tired of typing
and later having to refer to %array_name[%i].
[And I don't know if you can overload "/A".]
But it would be very convenient to be able to process a 1-D array like this.
and later refer to %x.
Code:
do i=0 to %@dec[%@arrayinfo[array_name,1]]
[And I don't know if you can overload "/A".]
But it would be very convenient to be able to process a 1-D array like this.
Code:
do x in /A array_name ...