[REBOL] Newbie query on array indexing
From: jrdrp:blueyonder at: 21-Nov-2001 22:37
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