Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variable
Message
 
 
To
02/05/2003 15:29:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00784321
Message ID:
00784324
Views:
19
>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--
Previous
Reply
Map
View

Click here to load this message in the networking platform