Re: 1.0000023E+5 to 100000.23 as text?
Re: 1.0000023E+5 to 100000.23 as text?
- Subject: Re: 1.0000023E+5 to 100000.23 as text?
- From: Emmanuel <email@hidden>
- Date: Mon, 11 Dec 2000 08:18:48 +0100
At 1:43 +0100 11/12/00, Jason Bourque wrote:
>
Hello,
>
>
How would you go about converting scientific notation into text.
>
>
i.e.
>
>
1.0000023E+5 to 100000.23
In case you are using Smile:
------------------------------
set theResult to (format theNumber into "######.00")
------------------------------
Emmanuel