Initializing help system before first use

NextTEIndex Method

Updates the given index to point to the next cell in the array.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public bool NextTEIndex(
	int[] indices
)

Parameters

indices
Type:  SystemInt32

Return Value

Type:  Boolean
false if the given index points to the last cell in the array.
See Also