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>14 interaction between _parc() and _storc()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 14  Interaction between _parc() and _storc()
--------------------------------------------------------------------------------

     _parc() examines the VALUE associated with a parameter and returns
     a pointer to the data referred to by that VALUE.  _storc() creates
     a new VALUE and copies it to a specified location (variable, array
     element, or Eval Stack entry).  Thus _storc() affects the pointer
     returned by _parc().  After a _storc(), the pointer returned by
     _parc() will point to the new data created by the _storc().  You
     can take advantage of this to avoid allocating fixed buffers and
     making temporary copies of string values.

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