Releases from memory the specified memory variable or array.
Syntax
int _Release(NTI n)
NTI n; /* NTI number of variable or array to release. */
Remarks
_Release( ) returns 0 if it successfully releases the memory variable or array, or an integer whose absolute value is a Visual FoxPro error number if it fails.
For more information on how to create an API library and integrate it with Visual FoxPro, see Chapter 28, Accessing the Visual FoxPro API, in the Programmer's Guide.