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 Data Base Compiler - ############################################################################## http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+-------+##################################################################
#+-| CLEAR |-------------------------------------+############################
#| +-------+ The CLEAR command clears the screen |############################
#+-----------------------------------------------+############################
##############################################################################
##############################################################################
#+--| Syntax |---+############################################################
#|     CLEAR     |############################################################
#+---------------+############################################################
##############################################################################
##############################################################################
#########+---| Description |----------------------------------------+#########
#########| CLEAR does not go through any of the screen I/O systems. |#########
#########| This means that the output of the CLEAR command can not  |#########
#########| be redirected throught the scrn_dos, scrn_bios or the    |#########
#########| scrn_direct procedures.                                  |#########
#########| -------------------------------------------------------- |#########
#########| To clear pending GETs, use the CLEAR GETS command. CLEAR |#########
#########| does not respect the status of the SET CONSOLE flag.     |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Print some text, then clear the screen.             |#########
#########|                                                          |#########
#########| ? text_block                                             |#########
#########| WAIT                                                     |#########
#########| CLEAR                                                    |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| *    Because the CLEAR command is independent of the     |#########
#########| *    display I/O systems, SET CONSOLE flag is ignored    |#########
#########|                                                          |#########
#########| SET CONSOLE OFF                                          |#########
#########| CLEAR                       && Screen is still cleared.  |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: @ CLEAR GETS SET CONSOLE

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