Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting an empty value
Message
De
13/05/2008 15:17:34
 
 
À
13/05/2008 15:11:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01316738
Message ID:
01316745
Vues:
13
>Is there a simple way (without having to check all the datatypes) to get the equivalent empty value for a variable. For example
>FOO(12) ------------> 0
>FOO("abcd") --------> ""
>FOO(DATE()) --------> { }
>FOO(DATETIME()) ----> { :}
>etc.
>
>I can write FOO if I need to. Just wondering if there is already a feature in the language.
>
>Thanks......Rich

You can use the CAST() function:
nVal = CAST("" AS i)
dVal = CAST("" AS d)
cVal = CAST("" AS c)
tVal = CAST("" AS t)
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform