G
Guest
Hey,
I have an int32 and a string.
The integer contains : 56
I want to fill up the string as follows : "00056"
The string must have a lenght of 5 en must be filled up with leading zero's.
How can I do this? I looked a little bit arround and don't find the way to
do this.
Thanks,
jac
I have an int32 and a string.
The integer contains : 56
I want to fill up the string as follows : "00056"
The string must have a lenght of 5 en must be filled up with leading zero's.
How can I do this? I looked a little bit arround and don't find the way to
do this.
Thanks,
jac