Forum Post: RE: Garbage collection - How Can I know the number of references to an object?

  • Thread starter Thread starter ecsousa
  • Start date Start date
Status
Not open for further replies.
E

ecsousa

Guest
Thank you ........ do you think this is the best solution? I did the same..... and "solve" my problem except because too time-consuming Define Variable myObject As Char no-undo. define variable loop as Progress.Lang.Object no-undo. Assign myObject = "1234". loop = Session:First-object. Do While valid-object(loop) : if (loop:tostring() = myObject) then Do: MESSAGE "Found!!!" VIEW-AS ALERT-BOX INFO BUTTONS OK. Leave. End. loop = loop:Next-sibling. End.

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