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?
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?