The strindex Statement
The strindex statement extracts a single element from the source string and returns the value in the output (first) argument. The last argument is the index of the desired element. The syntax of the strindex statement is shown below.
// extract strVal[idx] and store it in val
strindex val, strVal, idx