Processing math: 100%

aryReset

Reset an array to an undefined state

Description:

This function resets an array so that its values become undefined. Its use is advisable before making format changes to an array if retention of the existing values is not required (e.g. before changing its data type with the aryStype function); this will avoid the cost of converting the existing values.

Invocation

void aryReset( Ary ary, int status )

Notes:

Parameters :

ary
Array identifier.
status
The global status.