Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Among the reserved words, NULL is very problematic
Message
 
À
09/07/2005 17:33:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01030959
Message ID:
01030966
Vues:
14
I don't agree. In both of these cases you've created a private variable named "null", and VFP does the best that it can given your code. It gives precedence to the NULL token when used on the right-hand side of an assignment and guesses correctly that you are referring to a variable and not the token when used on the left-hand side. I just don't see how VFP could have done any better with what you gave it to work with. How would you have this work and what problems do you see with the current implementation?

>
>CLEAR
>NULL=NULL
>? m.NULL,NULL
>NULL=3
>? m.NULL,NULL
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform