Core.Actions.ListInsertItems

From emotive
Revision as of 09:32, 12 August 2014 by Nb (talk | contribs) (Created page with "Category:Core == Classification == {{ClassificationActivity | ListInsertItems | Adds one or more elements in a list at a specific position | Action | Core|OTX Core l...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name ListInsertItems
Short Description Adds one or more elements in a list at a specific position
Class Action
Extension OTX Core library
Group ListModifiers related actions
Exceptions OutOfBoundsException
Checker Rules Core_Chk033
Standard Compliant Yes

Description

The OTX ListInsertItems activity adds one or more items in a list at a specific location.

Properties

Name Data Type Class Default Cardinality Description
List List Variable - [1] List of elements, in which the elements are inserted
Item - Term - [1] List of one or more elements of type of the list, which will be added at the end of the list
Index Integer Term - [1] Position in the list (zero based) the elements are inserted before the

See also

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