Logic and Conditional Loops

Tried that looping technique. Works for a while but sometimes runs out of memory. You are essentially using recursive technology instead of true looping. I think that each time it runs itself it pushes down on a stack chewing up a bit of memory. Not sure.2007 has the On Timer action which works pretty well but only in 2007 and is limited to .1 sec testing. An alternative that can run faster and does not have that memory problem is to attach your actions to a transparent text box with nothing in it and have two actions to cause a loop plus whatever actions you want in the loop. The box is Not initially visible. To start the loop, show the box.Action 1: On show, hide self.Action 2: On hide, show self.I use it in a launching window monitor variables that could change in a popup window.Edited By: Ben Pitman on 2007-4-3 5:59:5

Discussions have been disabled for this post