Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automation
Message
From
21/01/2003 16:11:33
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
21/01/2003 15:38:06
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00743853
Message ID:
00743947
Views:
9
>I am having issues with vartype() even though the field returns a null value Vartype wont acknowledge the "X" reference

I never used this with Automation - I don't really know.

You can check normal Visual FoxPro values for isnull(MyExpression). But again, I don't know how this would work with Excel Automation.

Note that in VFP, type() and vartype() are supposed to work differently here:
x = 5 && type("x") = "N"
x = NULL && type("x") is still "N"
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform