Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Destroying an object
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00046886
Message ID:
00046894
Views:
29
>How do I destroy an object created via CreateObject()?
>
>In VB you use: Set oMyObject = Nothing (I know, I know, VB is the evil empire but I needed an example. Please forgive me almighty Fox Gods! )
>
>What do I use in VFP?
>
>TIA

local loMyObject
loMyObject = createobject('someobject')
...
release loMyObject
Previous
Reply
Map
View

Click here to load this message in the networking platform