12. Report-Writer Statements : Print Statements : .Underline and .Nounderline Statements—Underline Text : Example
 
Share this page                  
Example
To produce the following line:
Numbers - 123,456 are underlined,

but punctuation is not!
Use the following specifications:
.underline
.print 'Numbers - 123,456 are '
.print 'underlined,'
.newline
.println 'but punctuation is not!'
.nounderline