Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Another Difference Between Type() and VarType()
Message
 
À
18/01/1999 23:36:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00177477
Message ID:
00177516
Vues:
34
Yet this works fine...

i =4.5
y = transform(i)
? type("y")
? vartype(y)

Output is
C
C

>i =4.5
>? type(transform(i))
>? vartype(transform(i))
>
>output:
>N
>C
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform