<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2716.2200" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Andreas,</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Did you lock messages before deleting the cards? That would 
significantly speed things up...</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=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></DIV>
<DIV> </DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=Aphcard@aol.com href="mailto:Aphcard@aol.com">Aphcard@aol.com</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=use-revolution@lists.runrev.com 
  href="mailto:use-revolution@lists.runrev.com">use-revolution@lists.runrev.com</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, August 16, 2002 1:53 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Deleting cards slower in 
  distribution</DIV>
  <DIV><BR></DIV><FONT face=arial,helvetica><FONT lang=2 face=Arial size=2 
  FAMILY="SANSSERIF">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></BLOCKQUOTE></BODY></HTML>