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]
##############################################################################
###+-------+##################################################################
#+-| ROW() |------------------------------------------------+#################
#| +-------+ Returns the current screen cursor row position |#################
#+----------------------------------------------------------+#################
##############################################################################
##############################################################################
#+--| Summary |------------+##################################################
#|     #INCLUDE io.hdr     |##################################################
#+-------------------------+##################################################
##############################################################################
##############################################################################
#+--| Syntax |-------------------------+######################################
#|     FUNCTION UINT row PROTOTYPE     |######################################
#+-------------------------------------+######################################
##############################################################################
##############################################################################
###################+---| Description |----------------------+#################
###################| The row() function returns the current |#################
###################| screen cursor row position             |#################
###################+----------------------------------------+#################
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Save the current row and column position            |#########
#########| *    when starting program, so they can be reset         |#########
#########| *    upon termination.                                   |#########
#########|                                                          |#########
#########| start_row = row()                                        |#########
#########| start_row = col()                                        |#########
#########|                                                          |#########
#########|    {...}                                                 |#########
#########|                                                          |#########
#########| @ start_row, start_col      && locate cursor prior       |#########
#########|                             &&  to quiting.              |#########
#########| QUIT                                                     |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: col() pcol() prow()

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