Hi
I need to do a 15 second delay in a loop FOR /NEXT, is there another way to do this without using inkey or syswait? It seems that these functions consumes too much cpu. harbour have a similar ASM NOP operator?
thanks
Hi
I need to do a 15 second delay in a loop FOR /NEXT, is there another way to do this without using inkey or syswait? It seems that these functions consumes too much cpu. harbour have a similar ASM NOP operator?
thanks
HI,
try with timer
regards
Marcelo
Did you already try Sleep()?
EMG