contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
   
  Recoverable Error    

Attempting to use a referent value which is not fully resolved.

This error occurs when an attempt is made to get the value of a referent using REFERENTS Key in an action that expects a string value. For example, the output file in the following code is subject to this error:

      OPEN s WITH REFERENTS-ALLOWED AS REFERENT "A"
   PUT s REFERENT "B"
   CLOSE s
   OUTPUT FILE REFERENTS KEY "A"
   SET REFERENT "B" TO "my.file"

Additional Information

For referent 'X'.
where X is the name of the referent.

 
----

Top [CONTENTS] [CONCEPTS] [SYNTAX] [LIBRARIES] [SAMPLES] [ERRORS] [INDEX]

Generated: April 21, 1999 at 2:02:11 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-1999.