View Single Post
Code:
tell application id "OGfl"
	set lstSeln to (selection of front window)
	set oShape to first item of lstSeln
	
	tell front document
		duplicate oShape to end of graphics of canvas 2
	end tell
end tell