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         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to