Coverting number to string with decimals

Danielf

Registered User.
Local time
Today, 21:18
Joined
Feb 21, 2000
Messages
103
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
 

Users who are viewing this thread

Back
Top Bottom