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 |
|
The string(s) to be appended to |
|
b |
|
The string to be appended |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
value |
|
The new string(s) |