Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Timer Help
#1
i'm trying to get the time from this webpage http://www.timeanddate.com/worldclock/city.html?n=64 and use the time as the starting basis for a timer in qm. Then have a simple wait that would tell qm to pause execution until the timer = x time. is this possible?
#2
COULD TRY THIS IM NOT SURE IF ITS EXSACTLY WHAT U MEAN

Code:
Copy      Help
a2
0.001
Htm el=htm("" "" "" "+IEFrame" 0 91 0x20)
str s=el.Text
str x="Saturday, 3 November 2007, 20:13:00"
if(x=s)goto a1
else
    goto a2
a1
CODE 2 EXICUTE AT THAT TIME HERE


Forum Jump:


Users browsing this thread: 1 Guest(s)