Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Loop for schedule
#1
Hi Gintaras, Hi all

i want to try my own schedule from QM.

It would be minute, not second dependant.

I was thinking about a function launched at QM start, examining a variable to see if something to be done next minute.

something like:
str heure
str minutes
DateTime x


rep
x.FromComputerTime
_s=x.ToStr(10)
h.getcurrenthour
min.getcurrentminutes ;;homebrew methods
if(heure=h and min=minutes) Doaction ;;homebrew method
wait 30

Is it realistic in term of resource/memory usage/accuracy???? or should I forget this idea?

NB: It's supposed to handle about 35 actions per day.


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)