ArrayGetString Op
get a string from an array at [index]
Summary (oneliner)
<p>Returns one string from an array based upon index.</p>
Full Name
- Ops.Array.ArrayGetString
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch arrayGetString example
INPUT PORTS
array (Array)
<p>The string array in</p>
index (Number:
<i>integer</i>
)<p>The index to look up. Starts at 0</p>
OUTPUT PORTS
result (String)
<p>The returned string based upon index lookup</p>