SET CONSOLE

Toggle the console display

Syntax

SET CONSOLE ON | off | (<lConsole>)

Arguments

<lConsole> Logical expression for toggle command

Description

This command turns the screen display either off or on for all screens display other then direct output via the @...SAY commands or the <-> DEVOUT() function.

If <lConsole > is a logical true (.T.),the console will be turned ON;otherwise, the console will be turned off.
Examples
      SET console on
      ? DATE()
      SET console off
      ? date()
Status

Ready

Compliance

This command is Ca-Clipper compliant

See Also