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)

The array to convert to a string

Separator (String)

What character to use to separate the values, e.g. , (comma) – [1, 2, 3] —> "1,2,3"

OUTPUT PORTS


Result (String)

The resulting string representation of the array


Patches using ArrayToString_v2

  • Examples
  • Public
  • My Patches

Changelog


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