Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_arelease() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_ARELEASE()

 DESCRIPTION

 The C_ARELEASE() function releases a previously declared ClipOn
 array and frees the memory occupied by the array.  (Refer to
 Chapter 3 for a complete discussion about ClipOn arrays.)

 NOTES

 The numeric reference for the ClipOn array is a pointer to the
 array in memory.  Be careful not to change the value of this
 pointer, or the array will be unaccessible.

 SYNTAX

 C_ARELEASE(array)

 PARAMETERS

 array (N) is the numeric reference variable for the ClipOn array to
 release.

 RETURNS

 There is no return value.

 EXAMPLES

 a1 = c_adeclare(10000)    && Declare array for 10,000 elements
 ...
 ...
 c_arelease(a1)            && Release array


See Also: C_ADECLARE() C_APUT() C_AGET() C_ASIZE() C_ASEARCH()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson