Deleting cards slower in distribution

Aphcard at aol.com Aphcard at aol.com
Fri Aug 16 13:56:01 EDT 2002


I have to delete about 150 cards in Rev (windows-vesion). I use following 
code:

on delete_cards
  lock screen
  go to first card
  repeat for  (number of cards + 1)
    try
      delete this card
    end try
    go previous card
  end repeat
  unlock screen
end delete_cards

When I execute this code inside the IDE of Rev, it takes about 1/4 sec. After 
building a distribution for Windows, the same code executes in about 3 
seconds. I also built a distribution with Metacard 2.4.3b. In this version it 
runs at speedy 1/4 seconds (the same as inside the Rev-IDE). Is it a known 
problem of the 2.4.1 engine?
Regards
Andreas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.runrev.com/pipermail/use-livecode/attachments/20020816/08132722/attachment.html>


More information about the use-livecode mailing list