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>dfrow()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfRow()
Returns the actual row of the cursor
------------------------------------------------------------------------------
Syntax:

     dfRow() --> nRow

Parameters:

     NONE

Returns:

     <nRow> actual Row of the cursor

Description:

     Returns actual row of the cursor. This function can be very important
     in circumstance when it is desired to  write Clipper 5.2  code that is
     compatible with Clipper 5.3, as 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:

     dfCol(), dfSetPos()

See Also: dfCol() dfSetPos()

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