Re: Scientific notation to text
Re: Scientific notation to text
- Subject: Re: Scientific notation to text
- From: Emmanuel <email@hidden>
- Date: Tue, 15 May 2001 00:33:41 +0200
At 16:57 +0200 14/05/01, Paul Skinner wrote:
>
I'm still working on how to capture this 14 digit value as text.
Not sure if that's what you are looking for, but here is what Satimage
osax's "format" returns:
---------------------------
format 1.94055698299304 into "#.###############"
---------------------------
compiles into
---------------------------
format 1.940556982993 into "#.###############"
---------------------------
and returns
---------------------------
"1.94055698299304"
---------------------------
Emmanuel