<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2 FAMILY="SANSSERIF" FACE="Arial" LANG="2">Hallo Ken,<BR>
thank you for the tip! "lock messages" did it :). <BR>
Andreas<BR>
<BR>
<BR>
<BLOCKQUOTE TYPE=CITE style="BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px">Andreas,</FONT><FONT  COLOR="#000000" style="BACKGROUND-COLOR: #ffffff" SIZE=3 FAMILY="SANSSERIF" FACE="Arial" LANG="2"><BR>
 <BR>
</FONT><FONT  COLOR="#000000" style="BACKGROUND-COLOR: #ffffff" SIZE=2 FAMILY="SANSSERIF" FACE="Arial" LANG="2">Did you lock messages before deleting the cards? That would significantly speed things up...</FONT><FONT  COLOR="#000000" style="BACKGROUND-COLOR: #ffffff" SIZE=3 FAMILY="SANSSERIF" FACE="Arial" LANG="2"><BR>
 <BR>
</FONT><FONT  COLOR="#000000" style="BACKGROUND-COLOR: #ffffff" SIZE=2 FAMILY="SANSSERIF" FACE="Arial" LANG="2">Ken Ray<BR>
Sons of Thunder Software<BR>
Email: <A HREF="mailto:kray@sonsothunder.com">kray@sonsothunder.com</A><BR>
Web Site: <A HREF="http://www.sonsothunder.com/">http://www.sonsothunder.com/</A></FONT><FONT  COLOR="#000000" style="BACKGROUND-COLOR: #ffffff" SIZE=3 FAMILY="SANSSERIF" FACE="Arial" LANG="2"><BR>
 <BR>
</FONT><FONT  COLOR="#000000" style="BACKGROUND-COLOR: #ffffff" SIZE=2 FAMILY="SANSSERIF" FACE="Arial" LANG="2"><BR>
<BLOCKQUOTE TYPE=CITE style="BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px">----- Original Message ----- <BR>
<B>From:</B> <A HREF="mailto:Aphcard@aol.com">Aphcard@aol.com</A> <BR>
<B>To:</B> <A HREF="mailto:use-revolution@lists.runrev.com">use-revolution@lists.runrev.com</A> <BR>
<B>Sent:</B> Friday, August 16, 2002 1:53 PM<BR>
<B>Subject:</B> Deleting cards slower in distribution<BR>
<BR>
<BR>
I have to delete about 150 cards in Rev (windows-vesion). I use following code:<BR>
<BR>
on delete_cards<BR>
  lock screen<BR>
  go to first card<BR>
  repeat for  (number of cards + 1)<BR>
    try<BR>
      delete this card<BR>
    end try<BR>
    go previous card<BR>
  end repeat<BR>
  unlock screen<BR>
end delete_cards<BR>
<BR>
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?<BR>
Regards<BR>
Andreas</FONT><FONT  COLOR="#000000" style="BACKGROUND-COLOR: #ffffff" SIZE=3 FAMILY="SANSSERIF" FACE="Arial" LANG="2"> </BLOCKQUOTE><BR>
</FONT><FONT  COLOR="#000000" style="BACKGROUND-COLOR: #ffffff" SIZE=2 FAMILY="SANSSERIF" FACE="Arial" LANG="2"></BLOCKQUOTE><BR>
<BR>
</FONT></HTML>