Hey I'm looking to create a numbered incremental variable,
and be able to use those variables depending on what number is being created in a loop. kinda hard to explain.....but....
var1 = 123
var2 = 456
var3 = 789
var4 = 012
x = 1
repeat
display var(x) (so that depending on what x is I'd display var1 or var2 or...)
x=x+1
end repeat
is the jist of it does that make sense to anyone? I can't seem to find the answer after a fair amount of digging around.... thanks for your guidance!! for an applescript noob....
and be able to use those variables depending on what number is being created in a loop. kinda hard to explain.....but....
var1 = 123
var2 = 456
var3 = 789
var4 = 012
x = 1
repeat
display var(x) (so that depending on what x is I'd display var1 or var2 or...)
x=x+1
end repeat
is the jist of it does that make sense to anyone? I can't seem to find the answer after a fair amount of digging around.... thanks for your guidance!! for an applescript noob....