Append String

Creates a new token or string by concatenating the inputs. token[] inputs will be appended element-wise.

Installation

To use this Node, you must enable omni.graph.nodes in the Extension Manager.

Inputs

Name

Type

Description

Default

a

token, token[], string

The string(s) to be appended to

b

token, token[], string

The string to be appended

Outputs

Name

Type

Description

Default

value

token, token[], string

The new string(s)