Viva Clipper !

MaxRow()

Advertisements

MAXROW()

Returns the current screen row position

Syntax

      MAXROW()  --> nPosition

Arguments

None.

Returns

<nPosition> The maximun number of rows possible in current video mode

Description

This function returns the current cursor row location. The value for this function can range between 0 and MAXCOL().

Examples

      ? MAXROW()

Compliance

Clipper

Platforms

Linux(GT), OS2(GT), Win(GT)

Files

Library is rtl

Seealso

COL(), ROW(), MAXCOL()

Advertisements

Advertisements