Initializing help system before first use

XPRMgetfirstarrentry

XPRMgetfirstarrentry


Purpose
Get the list of indices of the first entry of an array.
Synopsis
int XPRMgetfirstarrentry(XPRMarray array, int indices[]);
Arguments
array 
Reference to an array
indices 
n-tuple ( n is the dimension of array array) where the index values of the first logical element in the array are returned
Return value
0 if executed succesfully, a positive value otherwise.
Further information
This function returns the index tuple of the first entry of a given array.
Related topics