Home Search

DriveWorks Solo 21
GetTableValue

Send Feedback

GetTableValue

Returns the value at the specified row and column index.

Syntax

GetTableValue([TableName], [RowIndex], [ColumnIndex])

Where:

TableName is the table within which the table value is to be found.

RowIndex is the number of the row containing the data to be returned.

ColumnIndex is the number of the column containing the data to be returned.

Examples

Rule

Meaning
GetTableValue(DWSubResultsChildSpecList,2,4)Returns the value in row 2 and column 4 of the ChildSpecList control.