Re: (not so) basic questions

1999-09-06 Thread Scott Raney
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

(not so) basic questions

1999-09-06 Thread Claude Lemmel
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