Thanks, but it is not the aim of my code. The aim is to to transform a number to a text, because I have to add a “zero” before the number if this number is inferior to 10.
Example : if the number is “7”, I have to transform this number to string and then add a zero like this : “07”. I just wanna concatenate “0” and the number, not add them.