Concatenate String Tile#
A Tile that joins two character Strings end-to-end.
Description#
Description
- Takes the text data from the First String and Second String.
- Returns a new string that contains both.
Inputs#
First String#
Info
- Type
Text value defaults to an empty stringAccepted types: Boolean, Integer, Float, String - Usage
Wire to a String data
Second String#
Info
- Type
Text value defaults to an empty stringAccepted types: Boolean, Integer, Float, String - Usage
Wire to a String data
Output#
Get#
Info
- Return
String data type - Usage
Returns the new String
Real Signature#
Signature
- A plain language description of the function associated with the tile
def SquareRoot(x): return math.sqrt(0)