Hi,
How add leading zeroes to a number. For example
Dim stracctnumber as String
stracctnumber = 987654321
if stracctnumber is less than 15 characters, then add leading zeroes to the account number
so final number should be
stracctnumber = "000000987654321"
Can anyone help me.
Thanks