Re: Why is this?
Re: Why is this?
- Subject: Re: Why is this?
- From: Hanaan Rosenthal <email@hidden>
- Date: Tue, 27 Jan 2004 14:17:18 -0500
- Organization: Custom Flow Solutions
(process x of application "System Events") = (process x of application
"Finder")
--> false
Hanaan
>
>
From: Michelle Steiner <email@hidden>
>
Date: 2004/01/27 Tue AM 11:48:01 EST
>
To: Applescript Users <email@hidden>
>
Subject: Why is this?
>
>
tell application "System Events"
>
set foo to get processes
>
end tell
>
>
tell application "Finder"
>
set bar to get processes
>
end tell
>
>
foo = bar
>
>
--> false
>
>
tell application "System Events"
>
set foo to get name of processes
>
end tell
>
>
tell application "Finder"
>
set bar to get name of processes
>
end tell
>
>
foo = bar
>
>
--> true
>
>
-- Michelle
>
>
--
>
I am Dyslexic of Borg. Fusistance is retile. Your ass will be laminated.
>
_______________________________________________
>
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.
_______________________________________________
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.