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.3.0
    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: StringAn array index as a string
