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

Syntax:     SETLINES(<expN>)

Arguments:  <expN> corresponds to the number of lines on which the
            screen output should be based.

Returns:    A character string.
            This function will always return a null string.

Usage:      The effect of Ctrl-S can be simulated for commands such as
            LIST or DISPLAY via SETLINES().  However, there should
            always be an input command available in the instruction used
            for this purpose (see example).

Note:       Only the line shift symbols will be counted.  Use values less
            than or equal to 0 for <expN> to eliminate any stop.

Library:    CT1.LIB


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

Examples:   * The screen output should stop after 20 lines.

            USE date
            SETLINES(20)                && Stop after 20 lines
            LIST field1, field2, NULL(INKEY()).

            * The keyboard will be continuously queried by
            * INKEY(); the function NULL() will suppress the
            * return value of INKEY().


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