Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FAST TEXT SEARCH for Clipper v.2.0 - <b>isconsol()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   ISCONSOL()

       Purpose

   Determine status of the SET CONSOLE ON/OFF command.

       Parameters

   None.

       Return Value

   .T. if SET CONSOLE ON, otherwise .F.

       Comments

   Query Clipper's SET CONSOLE command and change it if necessary.

       Example

   .
   .
   .
   if ! ISCONSOL()                && is console on?
        set console on
        @ row(), col() say 'Hello!'
   endif
   .
   .
   .

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