SelectRow()
- Last UpdatedNov 25, 2015
- 1 minute read
Use the SelectRow() method to select the row with the index rowNumber in the memory table.
Syntax
result SelectRow(
long RowNumber)
Parameters
RowNum
The zero-based index of the record in the memory table.
Remarks
After you select a row, you can then read, delete or update the row using the following methods:
-
GetCurrentRowColumnByIndex()
-
GetCurrentRowC()
-
SetCurrentRowColumnByIndex()
-
SetCurrentRowColumnByName()
-
SetCurrentRow()