Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
To DOT or not to DOT
Message
 
À
05/09/2001 16:47:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00552816
Message ID:
00552829
Vues:
16
As far as I know, it "dotten" matter :)

The dots seems to be something shared among most xBase languages. Help in VFP7 does not indicate the dots though.


>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
>
Hector Correa
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform