I get binary data from a file which is to be displayed in hex byte wise(i.e. 2 digits).
format$(hex(num),"00") places a leading zero for single digit numbers but it doesnot support for hex (A-F). How do i get leading zeroes for bytes of values A-F?
Is there any simplae way like format function rather compare and then pad '0' using left$?
regards,
Prathima