Why doesn't "choose from list (name of processes)" work?
Why doesn't "choose from list (name of processes)" work?
- Subject: Why doesn't "choose from list (name of processes)" work?
- From: Michelle Steiner <email@hidden>
- Date: Sat, 30 Jun 2001 06:59:08 -0700
tell application "Finder"
choose from list (name of processes)
end tell
--> Finder got an error: Some data was the wrong type.
However the following works just fine,
tell application "Finder"
set foo to name of processes
choose from list foo
end tell
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------