← programming package
StringConcat
Concatenate the given values into one output string, optionally with a separator string.
Numbers can also be passed as a list to the dataN port. These will be automatically converted to strings during concatenation (i.e., to create a string with a comma-delimited list of numbers).
Version 1.2.0
Ports/Properties
data1
Input string 1.
- verbose name
- Data1
- default value
- None
- port type
- DataPort
- value type
- str (can be None)
- data direction
- IN
data2
Input string 2.
- verbose name
- Data2
- default value
- None
- port type
- DataPort
- value type
- str (can be None)
- data direction
- IN
data3
Input string 3.
- verbose name
- Data3
- default value
- None
- port type
- DataPort
- value type
- str (can be None)
- data direction
- IN
data4
Input string 4.
- verbose name
- Data4
- default value
- None
- port type
- DataPort
- value type
- str (can be None)
- data direction
- IN
data5
Input string 5.
- verbose name
- Data5
- default value
- None
- port type
- DataPort
- value type
- str (can be None)
- data direction
- IN
data6
Input string 6.
- verbose name
- Data6
- default value
- None
- port type
- DataPort
- value type
- str (can be None)
- data direction
- IN
data7
Input string 7.
- verbose name
- Data7
- default value
- None
- port type
- DataPort
- value type
- str (can be None)
- data direction
- IN
data8
Input string 8.
- verbose name
- Data8
- default value
- None
- port type
- DataPort
- value type
- str (can be None)
- data direction
- IN
data9
Input string 9.
- verbose name
- Data9
- default value
- None
- port type
- DataPort
- value type
- str (can be None)
- data direction
- IN
data10
Input string 10.
- verbose name
- Data10
- default value
- None
- port type
- DataPort
- value type
- str (can be None)
- data direction
- IN
dataN
Additional input strings.
- verbose name
- Datan
- default value
- None
- port type
- DataPort
- value type
- list (can be None)
- data direction
- IN
outstring
Concatenated output string.
- verbose name
- Outstring
- default value
- None
- port type
- DataPort
- value type
- str (can be None)
- data direction
- OUT
separator
Separator string to insert between inputs. Use or to use a newline or tab as separators.
- verbose name
- Separator
- default value
- port type
- StringPort
- value type
- str (can be None)
set_breakpoint
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
- verbose name
- Set Breakpoint (Debug Only)
- default value
- False
- port type
- BoolPort
- value type
- bool (can be None)
User-definable meta-data associated with the node. Usually reserved for technical purposes.
- verbose name
- Metadata
- default value
- {}
- port type
- DictPort
- value type
- dict (can be None)