Core.Actions.ListClear

From emotive
Revision as of 09:57, 16 February 2016 by Hb (talk | contribs) (→‎Classification)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name ListClear
Short Description Removes all items from a List
Class Action
Extension OTX Core library
Group ListModifiers related actions
Exceptions -
Checker Rules
Standard Compliant Yes

OTL Syntax

ListClear(ListVariable);

Description

The OTX ListClear activity will removes all items from a List

Properties

Name Data Type Class Default Cardinality Description
List List Variable - [1] List of items which should be cleared

OTL Examples

List<Integer> List1 = {1, 2, 3};

ListClear(List1);

See also

Assignment
ProcedureCall
ShiftRight
ShiftLeft
SetBit
ReplaceSubByteField
AppendByteField
ListConcatenate
ListAppendItems
ListInsertItems
ListRemoveItems
MapUnion
MapPutItems
MapRemoveItems
MapClear