Previous Topic: SCAN

Next Topic: Notes

SKIP

SKIP skips a specified group of subsequent commands in the device user source depending on whether the search run by the command identified by the LAST parameter failed or was successful. The skipped group begins with the command following the SKIP command and ends with the command identified by the COMMANDS or THROUGH parameters.

)

{SKIP | SKP}

 

 

[COMMANDS = {ALL | <nn>}]

[THROUGH = <tag name>]

[LAST = {FIND | SCAN }]

[IF = {FAILED | SUCCESSFUL}]

where:

nn

<tag name>

Is the number of commands to skip

Is a label within the device user source defined by the MARK command to delimit the group of commands to be skipped.