Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_getcurcol() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_GETCURCOL()

 DESCRIPTION

 The C_GETCURCOL() function returns the current column location of
 the real cursor.

 SYNTAX

 C_GETCURCOL()

 PARAMETERS

 There are no parameters.

 RETURNS

 C_GETCURCOL() returns the numeric column location of the real cursor.

 EXAMPLES

 cr_row = c_getcurrow()    && Get the current row location
 cr_col = c_getcurcol()    && Get the current column location

 c_setcursor(10,10)        && Set the cursor to row 10, column 10
 ...
 ...          && Do data input controlling the cursor
 ...
 c_setcursor(cr_row,cr_col)    && Set cursor back to where it was


See Also: C_GETCURROW() C_SETCURSOR() C_CURSIZE() C_ISCURSOR()

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