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.

Multiple options or bits may be disabled within the same statement by separating each option with a comma.
 

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.

 

Comment on this topic

Topic ID: 520046

 
 
 

Table of Contents

Index

Glossary

-Search-

Back