--- In [email protected], "brucexs" <bruc...@...> wrote:

> --- In [email protected], "brucexs" <brucexs@> wrote:
> 
> > >   quit   ;; results in one unreleased handle per run of script

Kind of predictably, for each/endfor also doesn't get a chance to clean up if I 
do this 'orrible hack:

local processinfo, nWorkingSetSize
for each processinfo in colProcessMem
  win.debug(processinfo)
 jump loopExit

endfor

@loopExit
.
.
.

I wouldn't really expect it to work, but maybe a note in docs about not jumping 
out of for each/endfor loops?

 


Reply via email to