Re: Getting at some Hidden Clipboard Contents
Re: Getting at some Hidden Clipboard Contents
- Subject: Re: Getting at some Hidden Clipboard Contents
- From: "Mark J. Reed" <email@hidden>
- Date: Mon, 3 Oct 2005 13:12:15 -0400
What, you can't do that in your heads? 3C is "<", 3E is ">", and the
lowercase letters start with 61="a" (and continue 62="b",
63="c",...,69="i", 6A="j",6B="k",...,6F="o", 70="p",
71="q",...,79="y",7A="z"). So there you go 3C 64 75 6D 6D 79 3E is
"<dummy>". 0A is a newline,09 is a tab,...
Sheesh. What do they teach kids in school these days if not
hexadecimal ASCII? :)
On 10/3/05, Bruce Robertson <email@hidden> wrote:
> > The ever-useful TextCommands (<http://freespace.virgin.net/
> > hamish.sanderson/index.html#textcommands>) can help you here.
> >
> > --
> > set c to
> > "3C64756D6D793E0A093C5363726970742069643D223122206E616D653D2253637269707
> > 42220696E636C756465496E4D656E753D2254727565222072756E46756C6C41636365737
> > 33D2246616C7365223E0A09093C537465702069643D223622206E616D653D22476F20746
> > F204C61796F75742220656E61626C653D2254727565223E0A0909093C4C61796F7574446
> > 57374696E6174696F6E2076616C75653D224F726967696E616C4C61796F7574222F3E0A0
> > 9093C2F537465703E0A093C2F5363726970743E0A3C2F64756D6D793E0A"
> >
> > tell application "TextCommands"
> > unpack c using hex encoding
> > end tell
>
> > Result: TextCommands got an error. Some parameter was invalid
>
> Found the problem, it was just the returns embedded by the email
> application.
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Applescript-users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
>
--
Mark J. Reed <email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden