Initializing help system before first use

endarrinit

endarrinit


Purpose
Terminate an array initialization.
Synopsis
int endarrinit(XPRMcontext ctx,XPRMarray array, int status);
Arguments
ctx 
Mosel's execution context
array 
Reference to an array
status 
Current status
Return value
If status is non-zero then this value is returned, otherwise 0 if executed successfully or a positive value on failure.
Further information
This function must be called after the initialization of an array initiated with a call to beginarrinit.
Related topics