M
Matthias S.
Hi,
I'm pretty sure this is as easy as it gets, but I couldn't find anything
in the documentation.
I'd like to change the string representation of an int so that the
numbers get padded with 0's up to a certain amount of characters: For
example I'd like to pad up to 4 characters, then a 17 should look like
this '0017'.
Any help is greatly appreceated.
Matthias
I'm pretty sure this is as easy as it gets, but I couldn't find anything
in the documentation.
I'd like to change the string representation of an int so that the
numbers get padded with 0's up to a certain amount of characters: For
example I'd like to pad up to 4 characters, then a 17 should look like
this '0017'.
Any help is greatly appreceated.
Matthias