Initializing help system before first use

IndexToString Method

Given an array index, this formats the index by each of the index sets

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public string IndexToString(
	int[] idx
)

Parameters

idx
Type:  SystemInt32
The array index, each element given as an offset into the index set

Return Value

Type:  String
An array index as a string
See Also