Re: copy url rom safari to firefox issue
Re: copy url rom safari to firefox issue
- Subject: Re: copy url rom safari to firefox issue
- From: tom wible <email@hidden>
- Date: Tue, 22 Mar 2011 18:43:56 -0400
On Mon, 21 Mar 2011 18:34:02 -0500 Christopher Stone
<email@hidden>
if (processes whose name is "Firefox") ≠ {} then
set firefoxIsRunningFlag to true
else
set firefoxIsRunningFlag to false
end if
just to illustrate the equivalent logic in 1 assignment:
set firefoxIsRunning to (processes whose name is "Firefox") ≠ {}
i just prefer the sparse style;-) _______________________________________________
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