G
Guest
Hi;
I am trying to give my CPU some relief from comparing a group of values to
now() while looping through an array. I tried using the windows.system.timer
but i have been unable to find the correct interval that will allow a match
as in
compare("08/14/2006 10:30:00 AM", Now) = 0. in the tick event.
I tired looking into the server oriented timer but it only has an elasped
event and that's not what I need.
Do i even need a time to pause my CPU access ? Could I just not use a DO
Loop to
pause the iterations of my For next ?
Thanks
I am trying to give my CPU some relief from comparing a group of values to
now() while looping through an array. I tried using the windows.system.timer
but i have been unable to find the correct interval that will allow a match
as in
compare("08/14/2006 10:30:00 AM", Now) = 0. in the tick event.
I tired looking into the server oriented timer but it only has an elasped
event and that's not what I need.
Do i even need a time to pause my CPU access ? Could I just not use a DO
Loop to
pause the iterations of my For next ?
Thanks