05-15-2009, 12:46 AM
Do functions use more cpu when used in exe. If so should i use opt waitcpu 1 in codes to prevent this along with my wait code already in place.
exe cpu usage
|
05-15-2009, 12:46 AM
Do functions use more cpu when used in exe. If so should i use opt waitcpu 1 in codes to prevent this along with my wait code already in place.
05-15-2009, 04:04 AM
Functions in exe don't use more CPU. It depends on macro. Usually it uses much CPU time if you use rep or for without a wait command.
05-15-2009, 10:23 PM
thx it was a loop i forgot to add wait in that was cause cpu problem
|
« Next Oldest | Next Newest »
|