Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
NULL
Message
De
25/08/1999 14:41:23
 
 
À
24/08/1999 15:46:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: NULL
Divers
Thread ID:
00257266
Message ID:
00257576
Vues:
15
Not sure if this is what you want but if you are trying to display a 0 when the numeric is null you might try something like this.
declare variables
test = ''
OR
test = 0

retval = iif(empty(test)and type('test') = 'C',".NULL.",NVL(test,0))

?retval
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform