I tried this:
Code: Select all
copy img "fish"
toplevel stack "TARGE"
paste
nor did this:
Code: Select all
copy img "fish"
paste into stack "TARGE

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
copy img "fish"
toplevel stack "TARGE"
paste
Code: Select all
copy img "fish"
paste into stack "TARGE
Code: Select all
copy img "fish" to stack "TARGE"
Use the paste command to place objects, an image, or text on the current card.
Code: Select all
copy img "<yourImage>"
--
go to card "<target card>" of stack "<target stack>"
paste
I am thinking of opening a fishmongers!Also, I'm gonna guess you have multiple copies of the image "fish" at source location now
I think you mean setting "the defaultstack". Just tested, yep, that's it!In other words, can a stack be made the topStack and not be, er, the topmost stack?
Code: Select all
copy to stack "TARGE"
Obviously I do not understand this, and yet have solved nothing at all."Use the topStack function to find out which stack is in the current stack."
AHA.The stack that's being worked on, usually the active window. The current stack is specified by the defaultStack property.
One nice benefit of "copy...to..." is that it doesn't obliterate the user's clipboard contents.
That looks like a typo to me. I think it should be "which stack is the current stack."
Taken from: https://concisewriting.com.au/worse-wor ... r%20'worse'.Although it may seem a logical step to move from 'worse' to 'worser', the Oxford English Dictionary does not list 'worser' as a modern English word. The Collins English Dictionary defines 'worser' as an archaic or nonstandard word for 'worse'.