hi
can someone tell me why this doesn’t work:
property stopRep : false
repeat until stopRep is true
set theTime to the current date
time string of theTime
if theTime is "7:54:49 AM" then
set stopRep to true
end if
end repeat
display alert "Time Up!"
when it gets to that time it does nothing.
thanks