I spent some time without figuring out a way to format
a number in double precision.

I have a grid and below it a total field that should
sum the grid colums. When I enter in the grid columns
values as 0.00000008, 0.00000001 the result field
displays 9e-8, which is correct but I would like to
display it as 0.00000009 instead.... Any suggestions?

Thanks,
Valy


--- Valy Sivec <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> I have some some number formatted form elements that
> I
> need to sum up. In order to do that, I use
> parseFloat
> to extract the number out of the formatted string
> input. When the number has more than 5 decimals,
> let's
> say "0.0000008", the get back the trailing
> exponents:
> 8e-7.
> 
> Is there a way to get back the number without the
> trailing exponents (0.0000008)?
> 
> 
> TIA,
> Val.
> 
> 
> 
> 
> 
> 
> __________________________________ 
> Celebrate Yahoo!'s 10th Birthday! 
> Yahoo! Netrospective: 100 Moments of the Web 
> http://birthday.yahoo.com/netrospective/
> 





__________________________________ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/


Reply via email to