Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . The Guide To CA-Clippe - <b>reference</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Reference

     (array, variable) A special value that refers indirectly to a variable
     or array.  If one variable contains a reference to a second variable
     (achieved by passing the second variable by reference in a function or
     procedure call), operations on the first variable (including assignment)
     are passed through to the second variable.  If a variable contains a
     reference to an array, the elements of the array can be accessed by
     applying a subscript to the variable.


See Also: Array Reference Parameter

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