Computer Science Canada running a internet macro at a given time |
Author: | Thuged_Out_G [ Thu Jun 01, 2006 11:25 am ] | ||
Post subject: | running a internet macro at a given time | ||
Im creating a program to run an internet macro at a certain time. The time is either inputted by the user, Or set staticly within the program. I havent done much testing on it so far, Would just like some opinions on things that might cause issues, Or suggestions on aspects that could be improved. Thanks in advance.
|
Author: | zylum [ Thu Jun 01, 2006 11:37 am ] |
Post subject: | |
the outter loop in both procs is unnecessary. that loop will cause the 'macro' to be executed many times untill the time differes from the required time. so it will be executed continuously for a minute. |
Author: | Thuged_Out_G [ Thu Jun 01, 2006 10:33 pm ] |
Post subject: | |
It runs continously throw the first loop, Exits when the time is x:21:55, At which point the macro will be run. Odds are, When it evaluates the exit statement next time the last element in the array isnt going to be still holding the value "5" |