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: John Delacour <email@hidden>
- Date: Fri, 22 Aug 2003 22:15:18 +0100
At 11:55 am -0400 22/8/03, Josef Kleine-Jaeger wrote:
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."
What am I doing wrong!!
I _guess_ you need to say set theOrder to (the clipboard)
.
_______________________________________________
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.