Change the Number of an array at an index
summary (oneliner)
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
exe (Trigger)
Trigger in
array (Array)
Array in
index (integer /Number)
Index to modify
value (Number)
Number in - changes index to this number
Outputs
values (Array)
Array out
Patches using SetNumberArray
Changelog
code cleanup on ports 2019-05-27 - andro | |
outputs null to array when no array comes in 2019-05-27 - andro | |
Ops.Array.ArraySetValue renamed to Ops.Array.SetNumberArray 2019-06-13 - pandur | |
fixed - index values are turned into integers 2019-06-14 - andro |