Deleting all cards from a stack
Posted: Sun Jul 28, 2013 10:53 am
Hi,
I really don't realize how to deleting all cards from a stack, i tried to put on with Stack script:
but it doesn't work
Then I tried with
It starts to delete cards, but it randomly stops with this error: can't find card
How do you delete all cards from a stack?
I really don't realize how to deleting all cards from a stack, i tried to put on with Stack script:
Code: Select all
delete all cards
Then I tried with
Code: Select all
put the number of cards into temp
repeat with temp2 = 1 to temp
delete card temp2
end repeat
How do you delete all cards from a stack?