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_adeclare() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_ADECLARE()

 DESCRIPTION

 The C_ADECLARE() function declares a ClipOn numeric array up to
 32,000 elements.  The main purpose is to allow a method of storing
 numeric variables in an array when the array must be larger than
 Clipper's 4096 element limit.  (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_ADECLARE(elements)

 PARAMETERS

 elements (N) is the number of elements to allocate for the array.
 The value can be from 1 to 32,000.

 RETURNS

 C_ADECLARE() returns a numeric reference variable for the ClipOn array.

 EXAMPLES

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


See Also: C_ARELEASE() C_APUT() C_AGET() C_ASIZE() C_ADUP()

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