[Info-vax] DCL Integer Overflow
Steven Schweda
sms.antinode at gmail.com
Thu Jul 6 20:23:36 EDT 2017
> You left out one of the most glaring [omissions]: arrays. You
> have several functions that iterate, but no clean way to save
> the results.
Define "clean".
ALP $ a1 = "aaa"
ALP $ a2 = "bbb"
ALP $ a3 = "ccc"
ALP $ i = 1
ALP $ write sys$output a'i'
aaa
ALP $ i = 2
ALP $ write sys$output a'i'
bbb
ALP $ i = 3
ALP $ write sys$output a'i'
ccc
Want to see me do two dimensions?
More information about the Info-vax
mailing list