addTitle()
Add a title to the report.
Usage
addTitle( title )
Parameters
- title (string)
- Title of the document.
Return Value
None
Description
This routine adds a title to the report. For
example,
title = adb.get( "title" )
rep.addTitle("Pump Analysis Performed by AcuSolve\\\\" + title )