So, I am trying to figure out how to use the Token features and place them into an array. I created a global variable {ArrayData} holding the token data like this: "0,1,2,1,2,0,2,1,3".
I then want to store this into an array that is 3 X whatever length the tokencount is divided by 3. The array is only 3 wide.
Then to test it, I want to create text boxes to show the values in each position of the array.
To me, the capx below should do this. WHAT DID I DO WRONG!
Thanks in advance forum buddies!
CAPX