Hi John,

<< What is best method to reference array elements using a variable
subscript
value.

E.g. I was trying to stuff values into a 100 entry array based on
a computed subsript like this:-

arrcodes: array 100 ""
subscript: (=computed value 1 to 100)
arrcode/[subscript]: "Code stored for nn" >>

How about:

change at arrcodes subscript "Code stored for nn"

I don't know if that's the best method, but it works. :)

--Gregg

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to