ArrayToString_v2 Op

ArrayToString

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



Full Name
  • Ops.Array.ArrayToString_v2
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


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> —&gt; <code>&quot;1,2,3&quot;</code></p>

OUTPUT PORTS


Result (String)

<p>The resulting string representation of the array</p>


Patches using ArrayToString_v2

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatarpandur - 2019-05-20 18:36