Skip to content
bergsma edited this page Sep 26, 2014 · 3 revisions

#quiet

###Turning warning messages off.

Syntax

status = quiet flag ;

Arguments

  1. 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

Clone this wiki locally