I processed the following code through RSTYLE.  Note the dotted
variables after the "AND" keywords.  The code works in my
application.  But while reviewing the syntax documentation for
IF/ENDIF i believe that the dotted variables afther the AND
keyword should not be dotted.  SEE IF/ENDIF at www.rsyntax.com.

If my assumption is correct shouldn't RStyle issued a warning or
error message.

IF (((TBU019PWMainAdrln <> .TBU019NWMainAdrLn) +
   OR (TBU019PWMainAdrln IS NOT NULL AND .TBU019NWMainAdrLn IS
NULL) +
   OR (TBU019PWMainAdrln IS NULL AND .TBU019NWMainAdrLn IS NOT
NULL)) +
   OR ((TBU019PWExtraAdrLn <> .TBU019NWExtraAdrLn) +
   OR (TBU019PWExtraAdrLn IS NOT NULL AND .TBU019NWExtraAdrLn IS
NULL) +
   OR (TBU019PWExtraAdrLn IS NULL AND .TBU019NWExtraAdrLn IS NOT
NULL)) +
   OR (TBU019PWCity <> .TBU019NWCity) OR +
   (TBU019PWStateUSPS <> .TBU019NWStateUSPS) ) THEN

  SET VAR TBU019SwInsPrv = 1
ENDIF


Jim Bentley
American Celiac Society
[EMAIL PROTECTED]
tel: 1-504-737-3293


      
____________________________________________________________________________________
You rock. That's why Blockbuster's offering you one month of Blockbuster Total 
Access, No Cost.  
http://tc.deals.yahoo.com/tc/blockbuster/text5.com


Reply via email to