Formatted String
Inputs
- Format String
Fixed string format, or result from connected socket.
- A
String parameter A.
- B
String parameter B.
Outputs
- String
Resulting string formated from all input strings.
Example
Above setup will pull text values from two String nodes, format them through Formatted String, and print the resulting string into console, on LMB
click. Additional inputs can be added with {}
string - inputs will be added automatically.