Trap codesΒΆ
TRAP_BS |
Backspace from first input field |
TRAP_CANCEL |
Cancel input |
TRAP_EOI |
End of input |
TRAP_ERR |
Sequential file error (the error code is stored in sys.Error) |
TRAP_FE |
File exists |
TRAP_NI |
No input |
TRAP_NSF |
No such file |
TRAP_NSR |
No such record |
TRAP_NRS |
No record selected |
TRAP_RE |
Record exists |
TRAP_RIU |
Record in use |
TRAP_TO |
Timeout exceeded (Since Sculptor version 6.3.0) |
These define the exception conditions in Sculptor which may be trapped. The system variable sys.Traps is tested to determine which trap codes have been set.
RELATED TOPICS |