Re: Script expects quoted text mystery
Re: Script expects quoted text mystery
- Subject: Re: Script expects quoted text mystery
- From: Paul Berkowitz <email@hidden>
- Date: Wed, 14 Jan 2004 21:54:44 -0800
On 1/14/04 9:31 PM, I wrote:
>
set creaType to "iCAB"
>
tell app "Finder" to set myAppPath to application file id creaType as
>
string using terms from application "iCab"
>
tell application myAppPath
>
-- now you're flying: use normal iCab terms, no raw codes needed
>
end tell
>
using terms
I mucked up the final line. Sorry about that. It should be:
end using terms from
(or just
end
)
--
Paul Berkowitz
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.