7 90 2 SPACE Examples From LANSA Technical previous page next page 7.90.2 SPACE Examples 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) previous page start next page