BETA versions are now only available for registered users.
Find the download link at the bottom of the License Lounge.
- + Scripting got a new function.
Name: hexdump
Action: Displays a string as hex dump.
Syntax: hexdump(string, [unicode])
string: [required] String to display.
unicode: [optional]
0 = one byte/char [Default]
1 = two bytes/char
Examples:
text hexdump(chr(20000), 1), 700;
text hexdump("<clipboard>", 1), 700; //show current clipboard
Usage:
I know it's bloat in a file manager, but it's extremely useful
when you want to know what's *really* on the clipboard.