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 . Release Notes - <b>1 internal representation of values</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 1   Internal Representation of Values
--------------------------------------------------------------------------------

     Internally, Clipper represents data values using a small data
     structure called a VALUE.  The contents and format of a VALUE
     differ depending on the type of data it represents.  Simple data,
     such as integers, are coded directly into the VALUE.  Larger data,
     such as strings or arrays, cannot be directly contained in a
     VALUE.  Instead the VALUE contains a "reference" to the string or
     array (references are discussed below).

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