Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Clipper Tools One Guide - <b>maxrow()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
MAXROW()

Syntax:     MAXROW()

Returns:    A numeric value.
            The largest line number that has been defined in the Clipper
            screen driver.

Usage:      The function can be used to determine the number of lines
            available at the present time.  This value is changed by the
            Clipper Tools One window functions, so it is possible to
            determine the number of lines actually available in a window.

Notes:      The highest value supplied by MAXROW() is 24, the
            highest possible line number.

Library:    CT1.LIB


--------------------------------- Example ------------------------------

Examples:   * To display the highest possible line number.

            ? MAXROW()                          && Without window: 24
                                                && as a rule.



See Also: NUMCOL() MAXCOL()

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