AdditionalResults.Insert

Syntax

AdditionalResults.Insert( resultName = "", resultValueToLog = "", resultCondition = "", resultFlags = PropFlags_IncludeInReport, index = -1)

Return Value

AdditionalResult

The additional result this method inserts into the collection.

Purpose

Adds a new item to the collection.

Parameters

resultName As String

[In] Specifies the AdditionalResult.Name property of the new additional result.

This parameter has a default value of "" .

resultValueToLog As String

[In] Specifies the AdditionalResult.ValueToLog property for the new additional result.

This parameter has a default value of "" .

resultCondition As String

[In] Specifies the AdditionalResult.Condition property of the new additional result.

This parameter has a default value of "" .

resultFlags As Long

[In] Specifies the AdditionalResult.Flags property of the new additional result.

This parameter has a default value of PropFlags_IncludeInReport .

index As Long

[In] Specifies where to insert the new item. Pass -1 to insert the item at the end

of the collection.

This parameter has a default value of -1 .

See Also

AdditionalResult

AdditionalResult.Condition

AdditionalResult.Flags

AdditionalResult.Name

AdditionalResult.ValueToLog

AdditionalResults.Move

AdditionalResults.Remove