Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>mono() - set video output to the mono adaptor</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     mono() - set video output to the mono adaptor
  Usage:    mono()
  Params:   none
  Returns:  nothing

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

                 mono()
                 * set display to the mono screen

                 cls(7)
                 print(10,0,"Press any key to display....",7)
                 waitkey(0)

                 color()
                 print(10,0,"This is on the color screen",23)

                 mono()
                 print(10,0,"This is on the mono screen....",7)

  Note:     This function is for use in systems where 2 monitors
            are in use. It accomplishes the same results as doing
            a MODE MONO DOS command. The monochrome screen is cleared
            when the mode is changed.


See Also: color() setscreen()

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