12. Report-Writer Statements
:
Text Positioning Statements
:
.Newline Statement--Advance to a New Line
:
Examples
Share this page
Examples
1.
Print out one line of text:
.print 'This is a line'
.newline
2.
Print out a variable number of newlines:
.println name
.println address
.println city, state, zip
.nl $label_size - 3