Cloning objects
Posted: Mon Feb 17, 2014 11:06 am
Hi,
I have attempted to create a group on a card which I mean to use as a template. However I could not get the clone command to work by script. Instead I had to use
I am probably missing some better way of achieving this.
Can anyone advise?
I have attempted to create a group on a card which I mean to use as a template. However I could not get the clone command to work by script. Instead I had to use
Code: Select all
...
repeat with i = 1 to 2
copy grp "bookingtime" of cd "template card" to this card//this is instead of "clone"
//position the group
set the top of it to (86 + x*120)
add 1 to x
set the left of it to 40
...
Can anyone advise?