SKIP

The SKIP statement inserts blank lines into a report, or finishes the current page. (It can appear only in the FORMAT section of a REPORT program block.)

4GLREF00000025.gif

lines is a literal integer, specifying how many blank lines to insert below the current line.

The SKIP statement inserts blank lines into REPORT output, or advances the current print position to the top of the next page. The LINE and LINES keywords are synonyms in the SKIP statement (and only here).

References

NEED

OUTPUT TO REPORT

PAUSE

PRINT

REPORT

START REPORT