Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Variable
Message
 
 
À
02/05/2003 15:29:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00784321
Message ID:
00784324
Vues:
20
>I have a variable that containt an ip adresse
>When i do ?(type(ipaddr)) it return U
>i want to transform this variable in character how ?

You shoud use
? type("ipaddr")
* or 
? vartype(ipaddr)
The TYPE() function evaluates its parameter, that's why you enclouse parameter into quotes.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform