Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
for loop1 := 1 to NO_OF_BLINKS do
begin
for loop2 := 1 to DELAY do
begin
Application.ProcessMessages;
end;
label1.visible:= not(label1.visible);
end
[code]
X-)
Billy H
bhogar@acxiom.co.uk