Takes a grid containing indexes at the right inlet, a grid containing values at the left, then writes those values to a table. Name of the table to write to. \$1=table Input grid containing the values to be written to the table. This must be sent after the grid of indexes. Input grid containing index values to be written to the table. If there are less values than there are indexes, the value grid will be looped over from the beginning, for the remaining indexes. Set the table to write to. If an index is negative, the first element of the table will be written to instead. If an index is greater than the last element of the table, the last element will be written to instead.