Re: hex-encoding strings in Applescript
Re: hex-encoding strings in Applescript
- Subject: Re: hex-encoding strings in Applescript
- From: "Bryan" <email@hidden>
- Date: Tue, 03 Apr 2001 05:32:15 -0400
Yes, A few. Sorry it took me so long to reply.
There are more; let me know if these do not suffice.
hex
7Akua Sweets
Perform various hexadecimal operations...
+event AkuuHexX;
hex equivalent of
Bits & Bytes Commands
Returns the hexadecimal equivalent of the given number.
+event aevtNToH;
decimal equivalent of
Bits & Bytes Commands
Returns the decimal equivalent of a hexidecimal string.
+event aevtHToN;
HW Hex String
Free Bee Osaxen (also released as "EnScrypt (40)")
Turn a string of characters into the equivalent hexadecimal string
+event HWHxHhex;
HW Unhex String
Free Bee Osaxen (also released as "EnScrypt (40)")
Turn a string of hex digits into a character string
+event HWHxHunx;
hex
Exec
Converts between decimal and hex.
+event AEHKHEX ;
MT Hex Dump
Tanaka's osax 2.0
Hex Dump
+event XUVJhexd;
Bryan Kaufman
>
Please let me know what is the best way to hex-encode
>
a string in Applescript, similar to the escape()
>
function in Java Script. Is there any scripting
>
addition available for this?
>
>
Thanks
>
Get email at your own domain with Yahoo! Mail.
>
http://personal.mail.yahoo.com/
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users