Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Repeatable fatal exception error
Message
From
22/07/2004 14:50:42
 
 
To
20/07/2004 13:20:31
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00926195
Message ID:
00927134
Views:
22
>Crash bug aside, what container can I put an empty object in? Neither

Try:
DEFINE CLASS bizobj AS custom
   data = null

   Function Init()
      this.data = createobj('empty')
   endfunc

   Function Destroy()
      this.data = null
   EndFunc
ENDDEFINE
BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform