dev42
11 years agoVisitor
The quest to understand refcnt
"RokuMarkn" wrote: The ref count is the number of variables referring to the object. It's set to 1 when you do CreateObject, and it get incremented every time a new variable is set to refer to that...