Runtime errors handling

This variable allows to suppress error messages and/or a program entering the debugger when divide by zero is encountered:

     JBASE_ERRMSG_DIVIDE_BY_ZERO

This variable allows to suppress error messages and/or a program entering the debugger when non-numeric variable is used in an equation:

     JBASE_ERRMSG_NON_NUMERIC

This variable allows to suppress error messages and/or a program entering the debugger when uninitialized variable is used in an equation:

     JBASE_ERRMSG_ZERO_USED

Last update: Sat, 16 Jul 2022 15:34