Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Confusion over NULL
Message
 
À
13/03/2007 21:02:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01203230
Message ID:
01227583
Vues:
16
This behavior is due to the fact that your variable never had a data type assigned to it while hte fields and scattered variables doi have a data type assigned to them. Try this one;
zz = 0
zz = NULL
?str(zz)
No error because the data type of zz has been set to numeric so the STR() function works.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform