Page 1 of 1

Copying multiple cards to the same stack

Posted: Wed Jul 22, 2009 4:46 pm
by JasonTravers
Hi all.

Is there an easy way to copy/paste several cards within a stack? I want to copy cards 1-20 to the end of my stack, but don't want to do this by copying one card at a time. I imagine I will need to use the message box, but am not sure what the code should look like.

Thanks!
Jason

Posted: Wed Jul 22, 2009 6:08 pm
by Klaus
Hi Jason,

everything works ok? :D


Try this:
...
lock messages
#!!
repeat with i = 1 to 20
go cd i
copy this cd
go last cd
paste
end repeat
...


Best

Klaus

Posted: Wed Jul 22, 2009 6:18 pm
by JasonTravers
Hey Klaus!
Didn't want to keep bugging you, but you found me on the forums! LOL!

Yes, everything is working perfectly! Just producing stacks and more stacks. Thanks for the tip! A time saver for sure.

:D

You are the best, Klaus!!!

Thanks again!
Jason