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 - visible for everyone
License
  • MIT
AuthorgithubMaintained by Team


Op is missing in example patch!

Example Patch Array Sum

Open In Editor

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


Changelog

Patches using ArrayToString_v2

  • Examples
  • Public
  • My Patches