Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

GetDataTableRow

Use this function to retrieve the row contents in a DataTable object. The row to retrieve is specified by the row index.

Copy

Syntax

GetDataTableRow (DataTableName, RowIndex)        

where:

  • DataTableName is the name of the DataTable object in which to get the row.
  • RowIndex is the row index of the cell to get.
Copy

Syntax example

Create Variable EmpDetails[ ] as STRING
Create Variable RowIndex as NUM
Set Variable RowIndex = 1
Set Variable Status = GetDataTableRow (SalaryTable, $RowIndex$)        

Published:

GetDataTableRow

Use this function to retrieve the row contents in a DataTable object. The row to retrieve is specified by the row index.

Copy

Syntax

GetDataTableRow (DataTableName, RowIndex)        

where:

  • DataTableName is the name of the DataTable object in which to get the row.
  • RowIndex is the row index of the cell to get.
Copy

Syntax example

Create Variable EmpDetails[ ] as STRING
Create Variable RowIndex as NUM
Set Variable RowIndex = 1
Set Variable Status = GetDataTableRow (SalaryTable, $RowIndex$)        

For an optimal Community experience, Please view on Desktop