I'm trying to write some UltraEdit macros and debug some mistakes I make.
I'm not finding a way to decrease the processing speed to see step-by-step of each line.
It should have some kind of delay or wait command to put between lines to watch what is going on, during the macro playing.
Or some brute force way, as to count from 0 to 10000 between lines.
Is there a way to do that?
How to run a macro in a slow speed?
There is no "delay" or "wait" command available, as I've already know.
I'm not finding a way to decrease the processing speed to see step-by-step of each line.
It should have some kind of delay or wait command to put between lines to watch what is going on, during the macro playing.
Or some brute force way, as to count from 0 to 10000 between lines.
Is there a way to do that?
How to run a macro in a slow speed?
There is no "delay" or "wait" command available, as I've already know.