Difference between revisions of "Core.Actions.ListClear"

From emotive
Jump to navigation Jump to search
 
Line 1: Line 1:
 
{{DISPLAYTITLE:OTX '''ListClear'''}}[[Category:Core]]
 
{{DISPLAYTITLE:OTX '''ListClear'''}}[[Category:Core]]
 
== Classification ==
 
== Classification ==
{{ClassificationActivity | ListClear | Removes all items from a List | [[Action]] | [[OtxReference#Core|OTX Core library]] | [[ListModifiers related actions]] | - |}}
+
{{ClassificationActivity | ListClear | Removes all items from a List | [[Action]] | [[Core|OTX Core library]] | [[ListModifiers related actions]] | - |}}
  
 
== OTL Syntax ==
 
== OTL Syntax ==

Latest revision as of 10:57, 16 February 2016

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