beginItemize()
Start a new numbered block in the report.
Usage
beginItemize( indexType = "" )
Parameters
- indexType (string)
- Type of index. Valid values are arabic, alph, Alph, roman, Roman and fnsymbol.
Return Value
None
Description
This routine starts a new numbered block in the report. The index type is given by
indexType. For
example,
rep.beginItemize( "roman" )