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]
##############################################################################
###+------------+#############################################################
#+-| CURSOR_OFF |---------------------------------------+#####################
#| +------------+ Prevents display of the screen cursor |#####################
#+------------------------------------------------------+#####################
##############################################################################
##############################################################################
#+--| Summary |------------+##################################################
#|     #INCLUDE io.hdr     |##################################################
#+-------------------------+##################################################
##############################################################################
##############################################################################
#+--| Syntax |----------------------------+###################################
#|     PROCEDURE cursor_off PROTOTYPE     |###################################
#+----------------------------------------+###################################
##############################################################################
##############################################################################
#########+---| Description |---------------------------------------+##########
#########| The cursor_off procedure prevents display of the screen |##########
#########| cursor and is commonly used when an alternative cursor, |##########
#########| such as a light bar, is used.                           |##########
#########+---------------------------------------------------------+##########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Turn cursor off at beginning of program.            |#########
#########|                                                          |#########
#########| #include io.hdr                                          |#########
#########|                                                          |#########
#########| PROCEDURE force_main                                     |#########
#########|     DO cursor_off                                        |#########
#########|     DO main_menu                                         |#########
#########|     {...}                                                |#########
#########|     DO cursor_on                                         |#########
#########|     QUIT                                                 |#########
#########| ENDPRO                                                   |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| *    Turn cursor off before @...PROMPT                   |#########
#########|                                                          |#########
#########| cursor_off()                                             |#########
#########| @ 1,3  PROMPT "Next"                                     |#########
#########| @ 1,10 PROMPT "Clear"                                    |#########
#########| @ 1,18 PROMPT "Exit"                                     |#########
#########|                                                          |#########
#########| MENU TO z                                                |#########
#########| {...}                                                    |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: cursor_on

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