Re: How does one paste in OS9.2.2
Re: How does one paste in OS9.2.2
- Subject: Re: How does one paste in OS9.2.2
- From: "Marc K. Myers" <email@hidden>
- Date: Fri, 22 Aug 2003 18:30:02 -0400
Date: Fri, 22 Aug 2003 11:55:52 -0400
Subject: How does one paste in OS9.2.2
From: Josef Kleine-Jaeger <email@hidden>
To: <email@hidden>
I am using the following code in OS9 and I works fine.
tell application "Finder"
set theOrder to the clipboard
end tell
Now I am trying to do the same in OS9.2.2 and I am getting the
following
error.
"Finder got an error: Some data could not be read."
I'm not running 9.2.2, but this should work:
tell application "Finder" to activate
set theOrder to the clipboard
Scripting addition commands like "the clipboard" seem to work better
when they're not in a "tell" to an application.
Marc [08/22/03 6:29:42 PM]
_______________________________________________
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.