subscripted variables

Wonderjudge
16 Oct 2009, 00:47
This has probably been asked before but...
Is there a way to use supscripted variables for example string variable called "spell"
spell(1-10)=""

Overcat
16 Oct 2009, 18:50
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.

Wonderjudge
16 Oct 2009, 18:53
I will look it up. Thank you =)

Wonderjudge
16 Oct 2009, 21:41
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.