Why is this?
Why is this?
- Subject: Why is this?
- From: Michelle Steiner <email@hidden>
- Date: Tue, 27 Jan 2004 09:48:01 -0700
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.