Re: Hex URL to string
Re: Hex URL to string
- Subject: Re: Hex URL to string
- From: Michelle Steiner <email@hidden>
- Date: Tue, 8 May 2001 00:22:54 -0700
On 5/7/01 11:46 PM, Ehsan Saffari <email@hidden> wrote:
>
I read a URL clipping with Akua resource sweets,
>
I extract it's url as data. The data comes in the form of <<data url
>
hexstuff>>.
>
>
How would you chop off the leading "<<data url " and trailing ">>"? so
>
Smile's Hexa to String can be applied?
set foo to "<<data url hexstuff>>"
set foo to text 12 through -3 of foo
--> "hexstuff"
This is assuming that the format never changes.
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------