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]
##############################################################################
###+-------+##################################################################
#+-| COL() |--------------------------------+#################################
#| +-------+ Returns screen column position |#################################
#+------------------------------------------+#################################
##############################################################################
##############################################################################
#+--| Summary |------------+##################################################
#|     #INCLUDE io.hdr     |##################################################
#+-------------------------+##################################################
##############################################################################
##############################################################################
#+--| Syntax |-------------------------+######################################
#|     FUNCTION UINT col PROTOTYPE     |######################################
#+-------------------------------------+######################################
##############################################################################
##############################################################################
#######+---| Description |-------------------------------------------+########
#######| The col() function returns the current screen cursor column |########
#######| position.  The column position is zero based.  That is, the |########
#######| upper left hand corner of the screen is row 0, column 0.    |########
#######+-------------------------------------------------------------+########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Print text relative to a starting position.         |#########
#########|                                                          |#########
#########| @ row(), col() + 12 SAY "Result: ---> "                  |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| *    Row and Column positions are zero based.            |#########
#########| *    That is, the upper left hand corner of the          |#########
#########| *    screen is position 0,0.                             |#########
#########|                                                          |#########
#########| @ 0,0                                                    |#########
#########| ? col()                    && prints 0 and the screen    |#########
#########|                            &&  position before call is   |#########
#########|                            &&  0,0                       |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: pcol() prow() row()

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