[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson