DISABLE |
DEVELOPER |
Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Events and Logic > DISABLE
|
|
Purpose |
DISABLE deactivates a PROIV process control options that changes the operation of a function. |
Syntax |
DISABLE (option1,{option2}) |
Operation |
option1 is one of the system-defined process control options or Value Variables or one of the 64 user bits &#@BIT0 to &#@BIT63. |
Remarks |
Also refer to the explanation of the ENABLE option. |
Example 1 |
DISABLE(&#@FHELPF)... turns forced help off. |
Example 2 |
DISABLE(&#@BIT39)... unsets user bit 39. |
Avoid changing the value of process control option Value Variables or using un-documented values. |
Topic ID: 520046