importWarnAsError
layout.cle importWarnAsError boolean { t | nil }
Description
Specifies whether to convert warning messages to error messages while opening design partition views. The default is nil, which means that the warning messages are not converted to error messages.
GUI Equivalent
Examples
envGetVal("layout.cle" "importWarnAsError")
envSetVal("layout.cle" "importWarnAsError" 'boolean t)
envSetVal("layout.cle" "importWarnAsError" 'boolean nil)
Related Topics
List of Concurrent Layout Environment Variables
Return to top