|
|
|
|
|
NextIndex (Function) In french: IndiceSuivant
Warning
From version 27, NextSubscript is kept for backward compatibility. This function is replaced by NextIndex.
Returns the number of the next row displayed in the current Table control.
// -- Exit code of the row RowNum is int = NextIndex() Trace("Number of the next row: " + RowNum)
Syntax <Result>: Integer Number of the next row displayed in the current Table control. NextIndex 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|