|
|
|
|
|
NextIndex (Function) In french: IndiceSuivant
Warning
From version 27, NextSubscript is kept for backward compatibility. This function has been replaced with NextIndex.
Returns the number of the next row displayed in the current Table control.
NumLigne is int = NextIndex()
Trace("Numéro de la ligne suivante : " + NumLigne)
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|