ArraySetNumber_v3 Op
set a number at index in an array
Summary (oneliner)
This will creates a new copy of an array.
Original array will be untouched.
Full Name
- Ops.Array.ArraySetNumber_v3
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch ArraySetNumber example
INPUT PORTS
Array (Array)
Array in
Index (Number:integer )
index to update with the value
Number (Number)
number that will be set to the selected index
OUTPUT PORTS
Result (Array)
Modified array out