Report.Append
- Updated2025-07-21
- 1 minute(s) read
Report.Append
Syntax
Report.Append( stringToAppend)
Return Value
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.