disableCASOptionsPopUp
layoutXL disableCASOptionsPopUp boolean { t | nil }
Description
Prevents the Check Against Source Form form from being displayed every time you run the Check Against Source (CAS) command.
The default is nil, which means that the Check Against Source form is displayed after each CAS run.
To ensure that the form is not displayed after every CAS run, set the environment variable to t.
GUI Equivalent
Examples
envGetVal("layoutXL" "disableCASOptionsPopUp")
envSetVal("layoutXL" "disableCASOptionsPopUp" 'boolean t)
envSetVal("layoutXL" "disableCASOptionsPopUp" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top