ArrayToString_v2 Op
There is a newer version of this op!
This version will not receive any updates. It is recommended to use a newer version.
Current version: Ops.Array.ArrayToString_v3
Convert an array to a string, divided by a separator
Summary (oneliner)
Full Name
- Ops.Array.ArrayToString_v2
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch Array Sum
INPUT PORTS
Array (Array)
<p>The array to convert to a string</p>
Separator (String)
<p>What character to use to separate the values, e.g. <code>,</code> (comma) – <code>[1, 2, 3]</code> —> <code>"1,2,3"</code></p>
OUTPUT PORTS
Result (String)
<p>The resulting string representation of the array</p>