handleHardIOErrors
The vgVar.handleHardIOErrors system variable
controls whether a program continues to run in the following circumstances:
- You have set the v60ExceptionCompatibility property to YES (see Using V6 exception compatibility.
- A hard error occurs on an I/O operation in a try block.
The default value is 1, unless you set the handleHardIOErrors program property to NO, which sets the variable to 0. (That property is also available for other main logic parts.) For more information, see Exception handling.
You cannot use vgVar.handleHardIOErrors as the target of a move statement.
vgVar.handleHardIOErrors has the following
characteristics:
- Primitive type
- NUM
- Data length
- 1
- Value saved across segmented converse?
- Yes
Example
The following example shows the vgVar.handleHardIOErrors variable:
vgVar.handleHardIOErrors = 1;