Core.Actions.ListAppendItems

From emotive
Revision as of 10:56, 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 ListAppendItems
Short Description Adds a list of one or more elements to the end of the file
Class Action
Extension OTX Core library
Group ListModifiers related actions
Exceptions -
Checker Rules Core_Chk032
Standard Compliant Yes

OTL Syntax

ListAppendItems(ListVariable, {Item1, Item2, Item3, ...});

Description

The OTX ListAppendItems activity adds one or more elements at the end of a list.

Properties

Name Data Type Class Default Cardinality Description
List List Variable - [1] List of items to which the elements are attached
Item - Term - [1] List of one or more elements of type of the list, which will be added at the end of the list

OTL Examples

List<Integer> List1;

ListAppendItems(List1, {1, 2, 3});

See also

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