Cut/Paste Card

J. Landman Gay jacque at hyperactivesw.com
Sat Aug 13 00:09:37 CDT 2005


Bill Burman wrote:
> Hello all,
> 
> Apologies for a simple question which I can't seem to find an answer for in
> the archives.
> 
> How does one cut a card from one stack and paste it into another stack?

There's no direct interface in the IDE, but you can script it or use the 
message box:

  cut this cd

and then in the other stack:

  paste -- which you also *can* do from the Edit menu


Another common way to script it is:

  copy cd x of stack "a" to stack "b"
  delete cd x of stack "a"

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com


More information about the metacard mailing list