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

Syntax:     DSETNOLINE() ([<expL>])

Arguments:  <expL> Indicates whether the next line feed for the screen
            should be ignored.

Returns:    A logical value.
            Will produce a setting for the new placement.

Usage:      DSETNOLINE() can be used to have empty lines in the LIST
            command overwritten by the next occupied line (see
            example).  It is possible to suppress the next line feed,
            issued by Clipper, before each LIST.  Therefore a LIST
            output can be started on line 0.

Library:    CT1.LIB


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

Examples:   *   Record for which the ART_NR field is empty
            *   are written to the screen.  DSETNOLINE()
            *   controls the overwriting by the next record
            *   for which the ART_NR is not empty.

            LIST ART_NR, ART_BEZ, DSETNOLINE(EMPTY(ART_NR))



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