Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VB NOTHING command
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00107193
Message ID:
00107215
Views:
17
>Last winter I posted a message re: emulating Visual Basics' NOTHING command in >VFP. There doesn't seem to be any way in VFP to set an object property to the >same value as VB's NOTHING. Someone (I don't remember who) told me that the NOTHING command would be added to VFP 6.0. I am anxiouslly waiting to see if >this is true. Does anybody who has seen VFP 6.0 know if NOTHING, or something >similar, has been added?

I think the closest thing you can come to in VFP is to set
the object reference = Space(0). I thought about object = Null, except that
in VB, setting an object = Nothing does not make it Null.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform