Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another Difference Between Type() and VarType()
Message
 
 
To
18/01/1999 23:36:48
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00177477
Message ID:
00177516
Views:
33
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform