P
Peter Judge
Guest
Generally speaking, objects (OOABL-only) are garbage collected when the variable/temp-table row holding them goes out of scope, or when the values in the variables are replaced by another. So in a loop if you assign systemByteVar1 a value, then in the next iteration of the loop yo assign it another value. The first value is GC’ed (ceteris paribus/all other things being equal).
Continue reading...
Continue reading...