promptOutput
ui promptOutput boolean { t | nil }
Description
Lets you select the prompt output display on the CIW. The default is nil.
GUI Equivalent
Examples
envGetVal("ui" "promptOutput")
envSetVal("ui" "promptOutput" 'boolean t)
Related Topics
Return to top