Akua Sweets bug? encode <hex string> from hexadecimal
Akua Sweets bug? encode <hex string> from hexadecimal
- Subject: Akua Sweets bug? encode <hex string> from hexadecimal
- From: JollyRoger <email@hidden>
- Date: Mon, 04 Jun 2001 18:26:52 -0500
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