|
Arrays |
Top Previous Next |
|
Array examples:
Let>Names[1]=Fred Let>Names[2]=Sally Let>Names[3]=Geoff
Let>k=2 Message>Names[%k%] Let>Names[%k%]=Louise
Using VBScript Arrays:
Use the VBEval command to get the value of a VBScript array variable into a MacroScript variable:
VBEval>MyArray(2,3),theValue |