Re: Akua Sweets bug? encode <hex string> from hexadecimal
Re: Akua Sweets bug? encode <hex string> from hexadecimal
- Subject: Re: Akua Sweets bug? encode <hex string> from hexadecimal
- From: Jolly Roger <email@hidden>
- Date: Thu, 07 Jun 2001 08:52:58 -0500
For anyone interested:
It was confirmed to me off the list that this is indeed a bug in Akua
Sweets. Apparently, it will be fixed in the next release.
JR
On 6/4/2001 6:26 PM, "JollyRoger" <email@hidden> wrote:
>
Anyone know why the Akua Sweets "encode <hex string> from hexadecimal"
>
command returns a string containing both the decoded text plus whatever is
>
left over from the original hex string?
>
>
-- begin script
>
set myHexString to encode "hello world" in hexadecimal
>
log myHexString
>
>
set myString to encode myHexString from hexadecimal
>
log myString
>
-- end script
>
>
-- "68656C6C6F20776F726C64"
>
-- "hello world0776F726C64"
>
>
Is this a bug in Akua Sweets?
>
>
JR