Hello and thanks in advance for any help.
I'm just starting trying to learn Applescript.
After I run the following script:
How do I copy the result (name of the track) to the clipboard?
Thanks.
JM
I'm just starting trying to learn Applescript.
After I run the following script:
Code:
tell application "iTunes"
name of track 2 of playlist "2010"
end tell
How do I copy the result (name of the track) to the clipboard?
Thanks.
JM
Last edited by a moderator: