<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2 FAMILY="SANSSERIF" FACE="Arial" LANG="2">I have to delete about 150 cards in Rev (windows-vesion). I use following code:<BR>
<BR>
on delete_cards<BR>
&nbsp; lock screen<BR>
&nbsp; go to first card<BR>
&nbsp; repeat for&nbsp; (number of cards + 1)<BR>
&nbsp;&nbsp;&nbsp; try<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; delete this card<BR>
&nbsp;&nbsp;&nbsp; end try<BR>
&nbsp;&nbsp;&nbsp; go previous card<BR>
&nbsp; end repeat<BR>
&nbsp; 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></HTML>