Adding leading zero to convert one digit hex values like 0,1,2,A in to two 2 digit hex values like 0

  • Thread starter Thread starter Rich
  • Start date Start date
R

Rich

I have a table that has a mix of one and two digit hex values like

1
2
3
A
B
C
E
AB
BC
DD
EF
EA

I need all the values to be displayed as two digits. How can I add a
leading zero to the rows that need them?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top