--- In [email protected], "entropyreduction" <[EMAIL PROTECTED]> wrote: > > --- In [email protected], "Sheri" <sherip99@> wrote: > > > Hi Sheri, > > Hard one to diagnose. Simplification might help.
It's the vector handle. There are problems even if I take regex out of the picture. http://tech.groups.yahoo.com/group/power-pro/message/30226 In 2006 message above, Bruce said vectors are automatically released when you recreate them with vec.create. But that is not happening inside a for loop, and attempt to destroy was incorrect. Even when my destroy syntax is corrected (and local variable ov has to be declared before testing "if (vec.exists(ov))" ) there may be problems. In my real script I started seeing an error: Out of memory in processing for each I have no idea why. Script worked for awhile then started giving that message for the same for-loop where I was previously getting vector related error. Regards, Sheri
