Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vartype(v)== type('v') ?
Message
 
 
To
03/01/1999 16:21:44
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00172278
Message ID:
00172280
Views:
22
>I need to run VFP 6 FFC code in vfp5.
>
>I implemented a vartype() in the vfp 5:
>
>func VARTYPE
>lpara prmVAR
>return type('m.prmVAR')
>
>Is this exactly the same as vfp 6 built-in vartype function?

For the most part yes. I did find one instance where vartype() returned an error where type() returned a "U". Hopefully Christof will chime in because I think he has done extensive testing of this new function.

Either way, you definitely need some code changing to rename your UDF and all occurrences of calling it in your apps -- which, for now, may be the safest thing to do.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform