Set Current Index
Last updated
Last updated
Set Current Index selects an entry item by using its index. It accepts a List Object and an Index
value and selects an entry item corresponding to the Index
value.
The index count starts from zero, which means that the Index
of the last entry item of the List Object is equal to the total number of entry items minus one (sum of entries - 1). This follows from array-based indexing whereby the index of the first entry is 0.
Attribute | Type | Description |
---|---|---|
| ObjectID | This represents the List Object from which an entry item can be selected by its |
Attribute | Type | Description |
---|---|---|
| Int | The default |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| ObjectID | The List Object from which an entry item can be selected by using its index. |
| Int | The index of the entry item you wish to select. |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |