Posts: 6
Threads: 3
Joined: Feb 2007
Hello , is it possible to make macro waiting for cup-usage drop down to some level beafore qm will be executing next line of code like , just like spe , but not constant time . I known wait
command wait 0 P 1 but add this to every single line is to lazy...
Posts: 116
Threads: 19
Joined: Nov 2006
komp24 Wrote:Hello , is it possible to make macro waiting for cup-usage drop down to some level beafore qm will be executing next line of code like , just like spe , but not constant time . I known wait
command wait 0 P 1 but add this to every single line is to lazy...
put wait o P 1 into a string

8)
Posts: 6
Threads: 3
Joined: Feb 2007
Some example please and thank you.
Posts: 1,769
Threads: 410
Joined: Feb 2003
if you look in the help under "wait" it'll tell you how to do that.
wait 15 P 20
waits 15 or until cpu is 20.
Posts: 6
Threads: 3
Joined: Feb 2007
it is does not work like "spe" it is olny wait for next line, and does not apply on all program