Cut-Paste across stacks ?

J. Landman Gay jacque at hyperactivesw.com
Tue Sep 18 17:29:06 EDT 2012


On 9/18/12 3:18 PM, Richmond wrote:
> If one has a stack with, for example, 2 substacks, one of
> which contains an image "X.png".
>
> Now I want to move image "X.png" from substack "sONE"
> to substack "sTWO".
>
> sending the command  cut img "X.png"  seems all very straightforward . . .
>
> BUT . . .
>
> while I can issue the command  paste
>
> how can I ensure that the clipboard contents (i.e. img "X.png") are
> pasted into substack "sTWO" rather than abck into substack "sONE" ?

Go there, with the screen locked if you want.

Or you can avoid the clipboard entirely:

   copy img "X.png" to cd x of stack "sTWO"
   delete img "X.png" of this cd

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




More information about the use-livecode mailing list