Forum Discussion

dev42's avatar
dev42
Visitor
11 years ago

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...