View Single Post
Quote:
Originally Posted by curt.clifton View Post
You would have to modify these two lines (from version 0.7.1 on my software page):
Code:
duplicate (value of item 1 of theSelectedItems) to after last section
set duplicatedItem to last section
Change the first line to specify the location of the duplicate relative to item 1 of theSelectedItems, which is the project being duplicated. Change the second line to capture a reference to the duplicate.
I'm afraid I need more help. I don't know enough AppleScript to know what to put after the "to"s...

--Henri