Hello,
I want to sent an email in which I want to write the value of an integer variable.
The problem is that I want that the numer has always two digits.
So, if the value is "11" I have no problems because it writes "11", but if the value is "7" I want to write "07".
How can I do?
Thanks.