I am trying to write a command which consists of several digits. The processing will be the same for each digit, so I want a loop which iterates through the digits. Can I use a variable to call the appropriate CMDSEGMENT somehow? I have tried
Start Loop While : [index] Is Less Than 5
Begin Text Compare : [{CMDSEGMENT:[index]}] Equals '8'
...
But I get 'error in token' as an output. Do I have to use an integer literal with the CMDSEGMENT token?