Persistent crashing
Posted: Mon Aug 27, 2012 11:39 am
I am trying to create a 10,000 card stack with two fields and one button.
One field is to hold the card number.
The other field is a scrolling field with 9999 lines.
Each line is to hold its own four-digit number and a 0…
0001 0
0002 0
0003 0
.
.
9998 0
9999 0
Another stack will increment those zeroes in a counting procedure.
The button script copies the second field from the first card to all the other cards.
This operation crashes - repeatedly - at different places in the procedure, usually between 4,000 and 5,000 cards.
If it might help anyone I could post one of the crash messages this generates.
One field is to hold the card number.
The other field is a scrolling field with 9999 lines.
Each line is to hold its own four-digit number and a 0…
0001 0
0002 0
0003 0
.
.
9998 0
9999 0
Another stack will increment those zeroes in a counting procedure.
The button script copies the second field from the first card to all the other cards.
This operation crashes - repeatedly - at different places in the procedure, usually between 4,000 and 5,000 cards.
If it might help anyone I could post one of the crash messages this generates.