On Tue, 7 Sep 1999, Claude Lemmel wrote:
> How to know by script the name of the card displayed by an opened stack ?
> Is there a shorter way than
>
> function currentCard(aStack)
> if offset(return & aStack & return,return & the openstacks() & return) > 0
> then
> put the name of this sta
How to know by script the name of the card displayed by an opened stack ?
Is there a shorter way than
function currentCard(aStack)
if offset(return & aStack & return,return & the openstacks() & return) > 0
then
put the name of this stack into backStack
set the defaultStack to aStack