Re: choose application list
Re: choose application list
- Subject: Re: choose application list
- From: Emmanuel <email@hidden>
- Date: Thu, 18 Sep 2003 22:36:20 +0200
At 1:38 PM -0600 18/09/03, Robert Poland wrote:
>
Hi,
>
>
tell application "Finder" to get creator type of process "Smile"
>
--> "VIZF"
>
>
tell application "Finder" to get creator type of process (choose application)
>
-->
Not the reply that you were expecting, but "process (choose application)" cannot work. You've got to provide a string. "choose application as string" does not work, but "(choose application) as string" should.
Emmanuel
_______________________________________________
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.