Trap clause label that prevents any action from being takenΒΆ
IGNORE |
Special label used in trap clauses to prevent any action from being taken |
SYNTAX
trap = IGNORE
This label may be used within the trap clause of a Sculptor command. It prevents the default action for the condition specified by the trap, without offering an alternative course of action. Control simply passes to the next statement.
trap |
The trap may be any valid trap for the Sculptor command being used. |
EXAMPLES
read Names nsr = IGNORE riu = E20
insert TempFile traps = IGNORE
RELATED TOPICS |