Implicit Global Variables
When you execute a TurboIntegrator process, a set of implicit global variables is generated. If the process generating the variables is part of a chore, these global variables are available to and can be shared by all other processes within the chore.
In addition, all implicit global variables in a process are available to and can be shared by any subsequent processes called by the ExecuteProcess( ) function.
Though implicit variables are generated by the TurboIntegrator process, you must declare a variable before it can be used in a process
Implicit global variables are declared in a TurboIntegrator process using the NumericGlobalVariable('VariableName');:
Click the following links for details on specific implicit global variables.
For example, to use the PrologMinorErrorCount implicit global variable in a process, you must first declare the variable as follows:
NumericGlobalVariable('PrologMinorErrorCount');