addSection()

Add a section to the report.

Usage

addSection( title )

Parameters

title (string)
Title of the section.

Return Value

None

Description

This routine adds a section to the report. The section title is given by title. For example,
rep.addSection( "Background" )