Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is Vartype() supposed to do this?
Message
 
 
To
25/07/2003 20:35:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00813681
Message ID:
00813682
Views:
10
Bill,

It's a bug in VFP8. It doesn't overwrite all error messages. For example,
a   &&Unrecognized command verb.
? vartype( myNonExistantVar )
? message()      && Still Unrecognized command verb.
>
>? message()                            &prints <whatever>
>? vartype( myNonExistantVar )          &prints 'U'
>? message()                            &prints 'Property MYNONEXISTANTVAR is not found'
>
>
>TIA
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform