Example 1: Space 1 line before printing a line called #TOTAL:
SPACEPRINT 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)
Submit feedback about this site to: