Step.CurrentLoopResult

Syntax

Step.CurrentLoopResult

Data Type

PropertyObject

Purpose

Specifies the PropertyObject object that holds the result for the loop iteration the step is running.

Remarks

You can set this property to NULL (Nothing) in a step or substep module to remove the step iteration result from the result list. If you set this property to a value other than NULL or if you set the property when the step is not executing, the result list does not change.

Returns a NULL reference if the step is not looping.

See Also

PropertyObject

Step.LastStepResult