Just came across this in AppleScript:
tell application "System Events"
set {procesList, pidList} to the {name, unix id} of (every
process whose name contains "Myapp_action_download")
end tell
There are multiple niceties here: in-line list filtration, multiple
simultaneous property retrievals and assignments, and of course directed
messaging. I look forward to when we can do similar things in LC.
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode