<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>
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></HTML>