thumbnail

yves COPPE yvescoppe at skynet.be
Tue Feb 12 14:38:01 EST 2002


Hello,


>If the changes you are making are slight, then the limiting factor 
>on how fast your script will run is the progressbar itself. Instead 
>of updating it 2000 times, once for each card, update it every 10 
>cards:
>
>repeat with i = 1 to 2000
>if i mod 10 is 0 then -- update the progressBar
>end repeat
>
>regards,
>
>Geoff
>


Sorry if I'm annoying but I repaet that I could do it so easy earlier 
in HC with an external.
if I do what you say above, my progression bar works by break instead 
of moving slightly and proportional to the endŠ

Thanks.
-- 
Greetings.

Yves COPPE

Email : yvescoppe at skynet.be



More information about the use-livecode mailing list