Directives
ENABLE Re-Enable Use of Prefix Table Entry
 
Format ENABLE (prefix[,ERR=stmtref])
 
Where:
 
prefix Numeric value of the PREFIX to re-enable. Numeric expression.
 
stmtref Program line number or statement label to which to transfer control.


*Note* This directive is used primarily in the conversion to or from old Business Basic languages where you could DISABLE and ENABLE a specific disk drive.


 
Description Use the ENABLE directive to notify ProvideX that you want a given prefix reactivated. To disable a prefix use the DISABLE directive.
 
See Also DISABLE Disable Use of Prefix Table Entry,
PREFIX Set File Search Rules.
 
Example 0100 PREFIX (1) "/disk1/data/"
0500 DISABLE (1) ! Tell ProvideX to ignore PREFIX (1)
1000 ENABLE (1) ! Reactivate PREFIX (1)