Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Type()
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Re: Type()
Divers
Thread ID:
01437036
Message ID:
01437038
Vues:
78
>zoo="abc"
>?TYPE(zoo)
>comes out as "U", why would the type not be defined as "C" for character for that is what it is?

The TYPE() function evaluates its parameter before determining its type. IOW, you have to enclose variable in the quotes. Alternatively, you can use VARTYPE() function
? TYPE("zoo")
? VARTYPE(zoo)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform