ArraySetNumber_v3 Op
set a number at index in an array
Summary (oneliner)
<p>This will creates a new copy of an array. Original array will be untouched.</p>
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)
<p>Array in</p>
Index (Number:
<i>integer</i>
)<p>index to update with the value</p>
Number (Number)
<p>number that will be set to the selected index</p>
OUTPUT PORTS
Result (Array)
<p>Modified array out</p>