Skip to content

Concatenate String Tile#


alt text A Tile that joins two character Strings end-to-end.

Description#

Description

Inputs#

First String#

Info
  • Type
    Text value defaults to an empty string
    
    Accepted types: Boolean, Integer, Float, String
    
  • Usage
    Wire to a String data
    

Second String#

Info
  • Type
    Text value defaults to an empty string
    
    Accepted 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)