Re: Hex URL to string
Re: Hex URL to string
- Subject: Re: Hex URL to string
- From: Ehsan Saffari <email@hidden>
- Date: Tue, 8 May 2001 00:46:04 -0600
On 07/05/2001, Paul Berkowitz <email@hidden> wrote:
>
On 5/7/01 8:31 PM, "Ehsan Saffari" <email@hidden> wrote:
>
>
>>> I am trying to decode a hexadecimal URL
>
>>
>
>> Check out Smile's "Scripts:Development:Hexa to String"
>
>
>
> I tried that, and it works (with the limitation of having to chop off the
>
> leading and trailing non hex stuff), but I need it for an applet.
>
>
So? Smile's functions Hexa to String and Hexa to Decimal are simply scripts
>
which you can use yourself. Anything in the Scripts menu can be found in the
>
User Scripts folder in the Smile folder. There are a few terms in Hexa to
>
String that use Smile's versions of normal AS commands ('throwerror' for
>
'error'. 'do script' for 'run script'): just substitute the standard
>
versions.
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?
According to ASLG, data can only be coerced into a single item list, if
you know how to make it into a string, I'm all ears and SMILEs ;>
cheers
ehsan