You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

7.118.2 SPACE Examples

Example 1: Space 1 line before printing a line called #TOTAL:

SPACE

PRINT      LINE(#TOTAL)

Example 2: Space 5 lines before and after printing a line called #TOTAL:

SPACE      NUM_LINES(5)

PRINT      LINE(#TOTAL)

SPACE      NUM_LINES(5)

  • No labels