Core.Actions.ListRemoveItems

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

Classification

Name ListRemoveItems
Short Description Deleting one or more items at a specific location in a list
Class Action
Extension OTX Core library
Group ListModifiers related actions
Exceptions OutOfBoundsException
Checker Rules
Standard Compliant Yes

Description

The OTX ListRemoveItems activity deletes one or more elements at a specified position in a list.

Properties

Name Data Type Class Default Cardinality Description
List List Variable - [1] List of items from which the items are deleted
Count Integer Term - [1] Number of items which will be deleted
Index Integer Term - [1] Position in the list (zero based) from which the items are deleted

See also

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