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
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
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
Users browsing this forum: No registered users and 2 guests