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 : [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
