Skip to content

Get Element at Pos Tile#


alt text This Tile will return an element from a specific position.

Description#

Description

  • Will return a character from the list/string attached to the List or Stringinput.

Inputs#

List or String#

Info
  • Type

    Accepted types: String
    

  • Usage

    Wire to the String.
    

Pos#

Info
  • Type

    Numeric value defaults to 0
    
    Accepted types: Integer, Float, Boolean
    

  • Usage

    Wire to the deisred position.
    

Output#

Get#

Info
  • Return
    String
    
  • 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)