|
|
|
|
|
NextSubscript (Function) In french: IndiceSuivant Returns the number of the next row displayed in the current Table control.
// -- Exit code of the row RowNum is int = NextSubscript() Trace("Number of the next row: " + RowNum)
Syntax
<Result> = NextSubscript()
<Result>: Integer Number of the next row displayed in the current Table control. NextSubscript must be used in the exit code of the row. The result will be meaningless if this function is used in another process.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|