Please help. I have a zip code variable but they all start with the number "5". How do I remove the "5"?
Here is the example:
500601
500602
500603
500606
I want to be able to have 5-digit zip codes with the five at the beginning removed; as '00601, 00602, 00603, 00606'
Thanks
Here is the example:
500601
500602
500603
500606
I want to be able to have 5-digit zip codes with the five at the beginning removed; as '00601, 00602, 00603, 00606'
Thanks
Comment