Skip to content

Get Elements in Range Tile#


alt text This Tile will return elements from a range.

Description#

Description

  • Will return the characters from the list/string that is attached to the List or String in the specified Range.

Inputs#

List or String#

Info
  • Type

    Accepted types: String
    

  • Usage

    Wire to the String.
    

From#

Info
  • Type
    Numeric value defaults to 0
    
    Accepted types: Integer, Float, Boolean
    
  • Usage
    Start of the range
    

To#

Info
  • Type
    Accepted types: Integer, Float,Boolean
    
    Accepted types: Integer, Float, Boolean
    
  • Usage
    End of the range
    

Output#

Get#

Info
  • Return
    Numeric value
    
  • Usage
    Returns number of characters.
    

Real Signature#

Signature

  • A plain language description of the function associated with the tile
    def SquareRoot(x):
        return math.sqrt(0)