Re: Complex AppleEvent with RealBasic
Re: Complex AppleEvent with RealBasic
- Subject: Re: Complex AppleEvent with RealBasic
- From: Philip Aker <email@hidden>
- Date: Mon, 30 Apr 2007 04:47:47 -0700
On 2007-04-30, at 04:21:32, Arnaud Nicolet wrote:
I'm trying to send the equivalent AppleEvent of this script:
set f to Choose File
Tell app "iTunes"
set c to Convert f --Convert the file f and returns the converted
track
get location of c --Get the file of the track, i.e the converted file
end tell
I think 'convert' returns a list. So:
tell application "iTunes"
set f to (choose file)
set t to convert f
location of item 1 of t
end tell
Philip Aker
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden