Initializing help system before first use

getlastarrentry

getlastarrentry


Purpose
Get the list of indices of the last entry of an array.
Synopsis
int getlastarrentry(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 last 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 last entry in the given array.
Related topics