[UPD fixed] Got you. Incredible! It seems that this is what I needed:
USER>w $a($LISTGET(a,1))
1
USER>w $a($LISTGET(a,2))
2
USER>w $a($LISTGET(a,3))
3
USER>w $LISTGET(a,4)
,
USER>w $a($LISTGET(a,5))
0
Until the list values may contain any set of characters here this is the best solution, thank you, Jon!
- Log in to post comments