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"

John


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

Reply via email to