Appends a value to the end of a given tuple.
| Name | Type | Description |
|---|---|---|
| Tuple | Tuple Type | Input tuple to which the value will be appended. |
| Value | Table Value Type | Value to be appended to the tuple. |
None.
| Name | Type | Description |
|---|---|---|
| Result | Tuple Type | The resulting tuple after the value is appended. |
None.
AddTupleValue