@strnow
Posted: Mon Jan 16, 2012 4:46 pm
I wonder if there's a bug in this function? This test program always displays a time where the hours and seconds are correct, but minutes is always set to "01". I'm using v7.2, 5th Jan 2012 build.
If not can you advise what I'm doing wrong?
tks
Geoff
Code: Select all
for !i = 1 to 1000
%time = "Time no is: "+@strnow("HH:MM:SS") + ". Continue?"
if @uiprompt(%time,"YN") = 2 then
stop
endif
next
tks
Geoff