Page 1 of 1

Going from stack to stack

Posted: Thu Feb 19, 2015 5:50 pm
by MCKALISTAIR
Heres the situation. I have two stacks, one called game and one called setup. I would like to have a button that goes from card 1 of the game stack to card 5 of the setup stack. Would somebody be able to help me?

Thanks

Re: Going from stack to stack

Posted: Thu Feb 19, 2015 8:11 pm
by Klaus
Hi MCKALISTER,

well, you might be surprised, but the command is:
...
go cd 5 of stack "setup"
...
## And back again:
...
go cd 1 of stack "game"
...
:D


Best

Klaus