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>maxcol()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
MAXCOL()

Syntax:     MAXCOL()

Returns:    A numeric value.
            The figure denotes the highest column number available on
            the screen.

Usage:      The function can be used to determine the available screen
            width at the present time, in accordance with the screen
            driver.  This value is changed by the Clipper Tools One
            window functions, so it is possible to determine the length of
            the line actually available in the window.

Notes:      The maximum value returned by MAXCOL() is 79, the
            highest possible column number.

Library:    CT1.LIB


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

Examples:   * Display highest column number (no window).

            ? MAXCOL()                          && Without window: 79



See Also: NUMCOL() MAXROW()

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