Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VARTYPE vs TYPE with Parent property
Message
From
26/07/2002 00:04:35
 
 
To
25/07/2002 16:11:22
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00682266
Message ID:
00682862
Views:
25
>Hi Nancy,
>
>>For objects, one should be careful about checking just whether their type is "O". It's safer to check a property, say "Name", if it will have one, or add !ISNULL() to the check.
>
>I've heard this before, but don't remember why it makes a difference. Could you enlighten me?

An example will illustrate it best, I think. Try this:
lo = createobject('form')
?Type('lo')
lo = .NULL.
?Type('lo')
Previous
Reply
Map
View

Click here to load this message in the networking platform