addAuthors()

Add a set of authors to the report.

Usage

addAuthors( *args

Parameters

*args (string)
Name of authors.

Return Value

None

Description

This routine adds a set of authors to the report. The authors name is given by *args. For example,
rep.addAuthors( "Joe Smith" )