-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference SetArrayItem
S2NX7 edited this page Sep 30, 2025
·
2 revisions

Sets an item in a multidimensional array at the specified indices.
Input Ports
- array : The target array to set the item on.
- value : The value to assign to the specified position in the array.
- enter : The Control Input invoked when you want to set the array item.
-
0 Index, 1 Index, … : One input for each array dimension, specifying the index in that dimension. The number of index ports depends on the
Dimensions
property.
Output Ports
- exit : The Control Output invoked once the item has been set in the array.