Re: Copy to clipboard question
Re: Copy to clipboard question
- Subject: Re: Copy to clipboard question
- From: Kurt Klamp <email@hidden>
- Date: Thu, 24 Jan 2008 22:14:18 +0100
Am 24.01.2008 um 21:56 schrieb KOENIG Yvan:
Hello
Why are you underlining the use of the "get" operator in this
instruction?
I made tests with and without it ang got exactly the same results.
You are right, the essential missing was the 'the' and the braces
in script editor this
set the clipboard to the clipboard & return & (f as string)
is compiled as
set the clipboard to (the clipboard) & return & (f as string)
Without the 'the' an error is raised.
In Smile one can work with clipboard without the 'the' (clipboard is
a property of the application class)
set clipboard to clipboard & return & (f as string) --> works
Kurt
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden