Focal Point
[SOLVED] Generate Hexadecimal Output

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7277026016

October 04, 2011, 08:31 AM
peterbalmer
[SOLVED] Generate Hexadecimal Output
Hello everyone,

Has anybody ever had to produce Hexadecimal output from a decimal value?

Example:
In Output
16 10
255 FF
1024 0400

The output is always 8 Bytes (16 characters).
I am working on a DM function to do it but maybe someone has already done this or there is an unknown WF Function to do this?

Thanks!
Peter

This message has been edited. Last edited by: Kerry,
October 04, 2011, 09:43 AM
Doug
Please consider starting with a search for "hexadecimal" here, on the infamous Focal Point, to see some suggestions which have already been posted, such as this one.
peterbalmer
Hi Doug,

Thanks for the hint. I did find that post but need a slightly different approach. I have created a solution and will post it here for anyone interested.

Peter