subscripted variables
Wonderjudge
16 Oct 2009, 00:47This has probably been asked before but...
Is there a way to use supscripted variables for example string variable called "spell"
spell(1-10)=""
Is there a way to use supscripted variables for example string variable called "spell"
spell(1-10)=""
Overcat
16 Oct 2009, 18:50See 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.
Although ASL variables are only afforded 1 dimension, you can create multi-dimensional arrays using properties.
Wonderjudge
16 Oct 2009, 18:53I will look it up. Thank you =)
Wonderjudge
16 Oct 2009, 21:41Got 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.
Thanks again.
Wonderjudge.