contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
   
  Warning    

Potential inconsistency with version V2 of OmniMark detected.

The precedence of these two operators was moved below that of the ITEM operator in OmniMark V3, to make it more consistent with other operators. Programs with the following type of code will be affected:

   LOCAL/GLOBAL STREAM s 
LOCAL/GLOBAL COUNTER i
...
  RESET i TO STREAM s ITEM  BASE/BINARY 
; V2 precedence:
  RESET i TO STREAM s ITEM ( BASE/BINARY )
; V3 precedence:
  RESET i TO (STREAM s ITEM ) BASE/BINARY 

Additional Information

Changes in the language from v2 to v3 mean that the current occurrence of 'X' is not part of the string that immediately preceded it. Use parentheses to suppress this warning.
where X is either BASE or BINARY.

 
----

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

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

Copyright © OmniMark Technologies Corporation, 1988-1999.