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

ArraySetString Op

Ops.Array.ArraySetString


ArraySetString
Namespace: Ops.Array

Op author: pandur

Set a string in an array at index




Inputs

Execute (Trigger)

update the array

Array (Array)

Array to modify

Index (integer /Number)

index to update with a new string

String (String)

String to input at index

Outputs

Result (Array)

Modified array out

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Array set string example

Open Example In Editor

Patches using ArraySetString

Changelog


created op
2020-07-06 - pandur