09-24-2008, 03:27 AM
I think I spotted the error. Rev 2:
set AppleScript's text item delimiters to_
tell applicationiTunesset theTarget to (choose from list playlists's name as list with prompt ¬
Locate&\&78 MP3's&\ &playlist.) as string
repeat with X in playlist theTarget's tracks
set theText to X's name
try
set {X's name, X's artist, X's comment} to ¬
theText's {text item 1, text item 2, text item 3}
end try
end repeat
end tell
set AppleScript's text item delimiters to