Get property scripts of application
Get property scripts of application
- Subject: Get property scripts of application
- From: John Delacour <email@hidden>
- Date: Mon, 7 Apr 2003 22:45:15 +0100
- Mac-eudora-version: 6.0a14
Here's something I've not come across before.
I can get a "piped property" from a script, but I get an error if I
try to get the same property from an applet.
Can anyone explain this? -- or does anyone get a different result?
tell test
get its |scripts|
end tell
-- => {1, 2, 3}
script test
property |scripts| : {1, 2, 3}
end script
tell application "x" to get its |scripts|
-- => Cant get |scripts|
_______________________________________________
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.