Previous Topic: QUIT

Next Topic: SCAN

REPLACE

REPLACE substitutes one or more lines in the generated source with source statements in the device user source function. The deleted lines are not physically removed but are commented out and painted in red. They are excluded from the normal processing and are invisible to any subsequent FIND commands.

The inserted lines are the ones located between the REPLACE and the next command.

)

{REPLACE | RPL}

LINES={1 | <1–999>}

The actual number of lines after the current line may be less than the specified <number>. The added lines are always inserted AFTER the current line.