#ARexx Arrays???
I am trying to make a list of variables like:
List1
List2
but I can't seem to be able to assign the variables. Example:
/* test.rexx */
Do x=1 to 2
Say 'Input path and filename.'
PARSE UPPER PULL infile
List||X = infile
end
Say List1
Say List2
EXIT
I am sure the problem is assigning the variable `infile' where I can't get
it right and I have tried every combination I can think of.
As you can see, I am fairly new to ARexx.
<<< Tony D. Tracer >>>
(Any render time >0 needs acceleration.)