SelectRow
SelectRow Function
Create a new table using existing tables that meet specified conditions.
Syntax
SelectRow (table Table, vector RowIndex)
Arguments
| Argument | Description |
|---|---|
table Table | A table of the tables to be used as source material |
vector RowIndex | A list (vector) of the row numbers to be included in the new table |
Examples:
SelectRow([[FusionTestTable]], array(1,3))
Returns data in a selected row(s).