12. Report-Writer Statements
:
Text Positioning Statements
:
.Linestart Statement--Print Next Text on New Line
:
Example
Share this page
Example
With .linestart you can return to the beginning of the current line.
.center
.print 'Accounts Receivable for', dept_name
.linestart
.print '(', dept_code, ')'