Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
To DOT or not to DOT
Message
From
05/09/2001 16:47:46
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
To DOT or not to DOT
Miscellaneous
Thread ID:
00552816
Message ID:
00552816
Views:
51
Hi all,

In VFP, what is the 'preferred' (read as future compatibility) way to use the AND & OR operators & NULL assignment. To use them with dots or not.
*-- to DOT
IF X .AND. (Y .OR. Z)
   A = .NULL.
ENDIF
*-- or not to DOT
IF X AND (Y OR Z)
   A = NULL
ENDIF
ramil
~~ learning to stand still
Next
Reply
Map
View

Click here to load this message in the networking platform