Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfcol()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfCol()
Returns the actual column of the cursor
------------------------------------------------------------------------------
Syntax:

     dfCol() --> nCol

Parameters:

     NONE

Returns:

     <nCol> Actual Column of the cursor

Description:

     Returns the actual column of the cursor. This function can be very
     important in the case if you desire to write Clipper 5.2 code to be
     compatible with Clipper 5.3, the complete version of Clipper has
     changed the PCODE that identifies the following functions:
     
     COL() , ROW() , SETPOS()

Example:

     SETPOS(10, 10)
     ? dfRow() // 10
     ? dfCol() // 10
     
     dfSetPos(11, 11)
     ? dfRow() // 11
     ? dfCol() // 11

See also:

     dfRow(), dfSetPos()

See Also: dfRow() dfSetPos()

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