Skip to main content

SelectRow

SelectRow Function

Create a new table using existing tables that meet specified conditions.

Syntax

SelectRow (table Table, vector RowIndex)

Arguments

ArgumentDescription
table TableA table of the tables to be used as source material
vector RowIndexA 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).