OTX Reference  
OpenTestSystem.Otx.Core.Actions.ListClear Class Reference

Removes all items from a List More...

Inheritance diagram for OpenTestSystem.Otx.Core.Actions.ListClear:
Inheritance graph

Additional Inherited Members

- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ListModifier
ListVariable list
 Describes the reference to a List. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Validity of ActionRealisation. More...
 

Detailed Description

Removes all items from a List

The ListClear Activity removes all items from a List.

Syntax
ListClear(ListVariable);
Examples
// Local Declarations
List<Integer> List1 = {1, 2, 3};
// Flow
ListClear(List1);