[progress Communities] [progress Openedge Abl] Forum Post: Re: Class And Delete Object Xxxxx

  • Thread starter Thread starter David Abdala
  • Start date Start date
Status
Not open for further replies.
D

David Abdala

Guest
Garbage collection will "probably fix it", but.. I prefer to DELETE whatever I CREATE, so: do i=1 to 100 ON ERROR UNDO, THROW: oClass = new myClass(). . . FINALLY: DELETE OBJECT oClass. END. end. My recommendation: - Delete everything you create - Delete nothing anything in between is confusing. David.

Continue reading...
 
Status
Not open for further replies.
Back
Top