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_ON |----------------------------+#################################
#| +-----------+ Turns on the screen cursor |#################################
#+------------------------------------------+#################################
##############################################################################
##############################################################################
#+--| Summary |------------+##################################################
#|     #INCLUDE io.hdr     |##################################################
#+-------------------------+##################################################
##############################################################################
##############################################################################
#+--| Syntax |---------------------------+####################################
#|     PROCEDURE cursor_on PROTOTYPE     |####################################
#+---------------------------------------+####################################
##############################################################################
##############################################################################
##########+---| Description |--------------------------------------+##########
##########| The cursor_on procedure turns on the cursor.  If your  |##########
##########| program has the cursor off, be sure to turn it back on |##########
##########| when your program terminates or executes an external   |##########
##########| program through the RUN command.                       |##########
##########+--------------------------------------------------------+##########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Turn screen cursor on prior to executing            |#########
#########| *    an external program.                                |#########
#########|                                                          |#########
#########| DO cursor_on                                             |#########
#########| RUN "bx35135.exe"                                        |#########
#########| DO cursor_off                                            |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: cursor_off

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