Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another VFP 6 Tip
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Another VFP 6 Tip
Miscellaneous
Thread ID:
00119212
Message ID:
00119212
Views:
61
Try this code in VFP 5.0:
x=CREATEOBJECT('CheckBox')
y=x
?y=x
You'll get a data type mismatch error even though both x and y are objects. Now try it in VFP 6.0. Now ?y=x returns .T. because both variables refer to the same object.
Next
Reply
Map
View

Click here to load this message in the networking platform