Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
To DOT or not to DOT
Message
De
05/09/2001 16:47:46
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
To DOT or not to DOT
Divers
Thread ID:
00552816
Message ID:
00552816
Vues:
50
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform