Re: How to convert to and from HEX?
- Posted by DerekParnell (admin) May 31, 2013
- 1072 views
tonysteward said...
I am able to convert a sequence to hex for storage in a bin file but how do I convert it back?
There is a function in std/text.e for this.
include std/text.e sequence Result Result = format("[X]", 54321) --> Returns "D431"