Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - set scoreboard control the scoreboard flag http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 set scoreboard      Control the scoreboard flag
------------------------------------------------------------------------------
 Syntax
   set scoreboard on|off

 Arguments
   None.

 Description
   The set scoreboard command controls the status of the scoreboard flag.
   The default setting for the scoreboard flag is off.

   on specifies that the status indicators will be displayed on the top
   line during a read.

   off specifies that the status indicators are not displayed during a
   read.

 Example
   #define EXAMPLE_IO
   #include example.hdr

   proc Test_setscoreboard
   vardef
      int iChoice
   enddef
   clear
   cursor( .f. )
   // if a program has a @...prompt line on line zero, the scoreboard
   // indicators can overwrite the menu
   set scoreboard on
   @ 0,  1 prompt "The first menu item"
   @ 0, 23 prompt "The second menu item"
   menu to iChoice
   endproc

   proc main
   Test_setscoreboard()
   endproc

See Also: getscoreboard()

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