Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>set console</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SET CONSOLE


Syntax:     SET CONSOLE ON/off/(<expL>)

Purpose:    To toggle the display of commands to the screen.

Usage:      SET CONSOLE affects all output and prompts sent to the
            screen by all display commands including prompts for ACCEPT,
            INPUT, and WAIT.  Full-screen commands such as
            @...SAY...GET, @...PROMPT, @...BOX,  @...CLEAR TO, @...TO,
            and CLEAR display to the screen independent of the current
            CONSOLE SETting.

Library:    CLIPPER.LIB


----------------------------------- Example --------------------------------

   USE Sales

   SET CONSOLE OFF
   LIST Branch TO PRINT
   SET CONSOLE ON


See Also: SET DEVICE

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson