Page 1 of 1
Moving a card to a different stack
Posted: Mon Jul 20, 2009 10:17 pm
by phaworth
I would like to move a card that is currently in a substack of my main stack into the main stack itself. I'm sure this is simple to do but I just can't figure it out! I see a Copy Card command but can't find a Paste Card command anywhere.
Pete
Posted: Mon Jul 20, 2009 10:39 pm
by SparkOut
It is quite simple, yes!
Just add "to <destination stack>" to your command, such as
Code: Select all
copy card 4 of stack "mySubStack" to stack "myMainStack"
HTH
Posted: Mon Jul 20, 2009 11:08 pm
by phaworth
Thanks! I was looking at ways to do it through the standard IDE menus but I guess I just type the command you specified into the message box.