Re: Missing value
Re: Missing value
- Subject: Re: Missing value
- From: KOENIG Yvan <email@hidden>
- Date: Sun, 28 Aug 2011 23:30:02 +0200
Le 28 août 2011 à 22:42, Robert Poland a écrit :
Thanks Chris & Ron,
This is what I choose to do;
set applicationName to (info for (path to frontmost application))'s short name if applicationName = missing value then -- for apps with no short name set applicationName to (info for (path to frontmost application))'s name set applicationName to change "\\.app$" into "" in applicationName ¬ case sensitive false ¬ with regexp end if
And guess which will be complaining here the day when info for will not just be deprecated but removed.
Yvan KOENIG (VALLAURIS, France) dimanche 28 août 2011 23:28:39
|
_______________________________________________
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