subscripted variables

This has probably been asked before but...
Is there a way to use supscripted variables for example string variable called "spell"
spell(1-10)=""

See Using Arrays in the ASL Reference of the Quest Documentation.

Although ASL variables are only afforded 1 dimension, you can create multi-dimensional arrays using properties.

I will look it up. Thank you =)

Got it. I was trying () instead of [] and I was putting %% around my numerics. I kept trying to search for subscripted variables instead of arrays. This will save me a whole lot of "case" work lol.
Thanks again.
Wonderjudge.