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

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to