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

Syntax:     NUMCOL()

Returns:    A numeric value.
            The number indicates the number of column available on
            the screen.

Usage:      NUMCOL() can be used to set the width of the screen so as
            to determine the line break for an output.  In contrast to
            MAXCOL(), this function also returns the width of the actual
            screen when using windows.  It can be 40 columns for
            certain video cards (e.g.,CGA), depending on the setting of
            the cards.  However, there will as a rule be 80 columns.

Notes:      The BIOS setting is returned to the program.

Library:    CT1.LIB


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

Examples:   * Display number of columns.

            ? NUMCOL()                          && Usually 80



See Also: MAXCOL() MAXROW()

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