[progress Communities] [progress Openedge Abl] Forum Post: Re: System.byte[] ... Should Be...

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top