topLevel vs. open stack
Sarah Reichelt
sarahr at genesearch.com.au
Sun Jan 18 18:16:43 EST 2004
On 17 Jan 2004, at 5:20 pm, Bruce Robertson wrote:
>> 1. How if at all can I copy and paste objects between two open stacks?
>
> Ack. Messing with the clipboard just to move data? Doesn't Rev have a
> set
> field command? In my usual development environment, it's just set field
> [Thatfield, thisField].
>
Rev certainly has commands for setting field data, but it also has
commands for setting the clipboard :-)
Try something like:
put field "Original" of stack "FirstStack" into \
field "Duplicate" of stack "SecondStack"
Cheers,
Sarah
More information about the use-livecode
mailing list