Hi,
I would like to convert a number in a string keeping two decimals . It works except when the two decimals are "00".
For example , to convert 3.00 in a String will give 3. Even keeping 3.00 as number will give 3
I need to keep the two decimals, even if they are "00" because I have to use it as a part of a link.
Is there a way to keep two decimals ending with "00" ?
Thanks for help.
Daniel
I would like to convert a number in a string keeping two decimals . It works except when the two decimals are "00".
For example , to convert 3.00 in a String will give 3. Even keeping 3.00 as number will give 3
I need to keep the two decimals, even if they are "00" because I have to use it as a part of a link.
Is there a way to keep two decimals ending with "00" ?
Thanks for help.
Daniel