[<<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.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson