-
Notifications
You must be signed in to change notification settings - Fork 2
_quiet
bergsma edited this page Sep 26, 2014
·
3 revisions
#quiet
###Turning warning messages off.
Syntax
status = quiet flag ;
Arguments
- int flag
A value of 1 turns on quiet mode, a value of 0 turns off quiet mode.
Return Value
str status
- $ACKNOWLEDGE : Quiet mode was changed.
The STATUS variable is set to $ACKNOWLEDGE
str status
- $ACKNOWLEDGE : Quiet mode was changed.
The STATUS variable is set to $ACKNOWLEDGE
Exceptions
- %ARGUMENT: Invalid arguments. Usage: status = quiet flag ;
Description
Warning messages can be turned on and off with this function.
Examples
puts "Create an example for the function 'quiet'" ;
Related Links
None