Hi, I just got a problem solving with these account codes.
How to add 0s in start of each digits. The account code should have 10 digits but some of it has only 9 or 8 and even 2 digits only. I just want to make it in 10 digits the same other values under the account code column.
E.g
Account Code:
| 6100110001 |
| 6100110010 |
| 6100110010 |
| 6100110011 |
| 6100110015 |
| 6100110016 |
| 10020509 |
| 10010232 |
| 50101301 |
| 3512723503 |
| 3512843503 |
| 3512773503 |
The other values have 10 digits but the others have not, so I want to make it into 10 with adding zeros at the start, or at the left.
Can you help me with this please? Thank you!