Report.Append

Syntax

Report.Append( stringToAppend)

Return Value

Long

Returns an index that refers to this append operation. Use this value with the Report.GetSection method. Calling the Report.Reset method invalidates the index.

Purpose

Appends a string to the report.

Remarks

Note TestStand releases any ReportSection object assigned to the Report object when you call this method.

Parameters

stringToAppend As String

[In] Specifies the string to append to the report.

See Also

Report.GetSection

Report.LatestAppendIndex

Report.Reset

ReportSection