Re: the clipboard as unicode text NOT
Re: the clipboard as unicode text NOT
- Subject: Re: the clipboard as unicode text NOT
- From: Kai <email@hidden>
- Date: Sat, 10 May 2003 00:28:35 +0100
on Fri, 9 May 2003 14:26:57 +0100, John Delacour <email@hidden> wrote:
>
set apple to ASCII character 240
-- [snip]
>
set the clipboard to apple
>
set s to get the clipboard as Unicode text
>
class of s
>
--> string
Interestingly, on the OS 9.1 machine I'm on at the moment, that gives me:
--> list
Not sure what this will give you, but here's what I get:
================================
set apple to ASCII character 240
set the clipboard to apple
set s to (the clipboard) as Unicode text
class of s
--> Unicode text
================================
--
Kai
_______________________________________________
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.