====== Get Tuple Value ====== ===== Description ===== Get a value from a tuple. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Index | [[Positive Integer Value Type]] | Index of desired value in tuple. | | Tuple | [[Tuple Type]] | Tuple to extract the value from. | ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Result | [[Table Value Type]] | Value extracted from tuple. | ===== Group ===== [[Functor List#Table|Table]] ===== Notes ===== None. ===== Internal Name ===== GetTupleValue