handleSysLibraryErrors

The vgVar.handleSysLibraryErrors system variable is one of the factors that determine the following:
This variable is meaningful only in the following circumstances:
In these circumstances, the value of the variable has the following effects:
1
The program continues to run and sysVar.errorCode is set.
0 (the default)
The program terminates immediately.
vgVar.handleSysLibraryErrors has the following characteristics:
Primitive type
NUM
Data length
1
Value saved across segmented converse?
No

Example

The following example shows the vgVar.handleSysLibraryErrors variable:

  vgVar.handleSysLibraryErrors = 1;

Feedback