IF XVR > 999 THEN
[Work the first digit]
ENDIF ;If not, no action taken
IF XVR > 99 THEN
[Work the 2nd digit]
ENDIF ;If not, no action taken
IF XVR > 999 THEN
[Work the first digit]
ENDIF ;If not, no action taken
IF XVR > 99 THEN
[Work the 2nd digit]
ENDIF ;If not, no action taken
Bookmarks