beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

ArrayOfObjectsToString Op



ArrayOfObjectsToString
Namespace: Ops.Array

Op author: simod

convert an array of objects into readable string format


This op converts an array of objects to a string.

Objects are sperated by a new line.

A handy op for debugging API data.



Inputs

Array In (Array)

array of objects input

Outputs

String (String)

string output


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

ArrayOfObjects ops example


Patches using ArrayOfObjectsToString

  • Examples (1)
  • Public
  • My Patches

Changelog


created op
2020-04-16 - simod
Ops.User.cables.ArrayOfObjectsToString renamed to Ops.Array.ArrayOfObjectsToString
2020-04-16 - simod