fatal.error.condition

Definition/BASIC Program, Releases:

Definition of fatal Pick/BASIC error conditions.

Description

in FlashBASIC or Pick/BASIC, the process state that occurs when a program encounters a condition which is unresolvable, forcing an abort to the FlashBASIC or Pick/BASIC debugger. For example, if a reference is made to a dimensioned array subscript less than 1 or greater than the number defined in the 'dim' statement a non-recoverable error occurs .

See Also

Command Name Type Description
basic.debugger.overview Introductory facilitates the debugging of new Pick/BASIC programs and the maintenance of existing Pick/BASIC programs.
tcl.run Verb: Access Activates compiled Pick/BASIC program.
non.fatal.error.condition Definition an error which does not force termination of a program.
basic.debugger.l Command Lists program source line(s).
basic.debugger.# Command Displays error message number (item-id)

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.