Re: Full Integer o real.
Re: Full Integer o real.
- Subject: Re: Full Integer o real.
- From: Nigel Garvey <email@hidden>
- Date: Mon, 17 Nov 2003 12:16:19 +0000
"Nico Christie" wrote on Sun, 16 Nov 2003 21:21:34 -0300:
>
Hi, i'm writing a script that does some math and I'm having this problem:
>
Once it finished and returns the result, I want to save that number to a
>
file. The thing is that sometimes the number is either to small or to big
>
and is then expressed using scientific notation ( 0,0001 -> 1.0E-4 ). This
>
number "as text" is still 1.0E-4, "as integer" is obviously returning error
>
and I'm out of ideas. Is there a way? I'd like the full number:
>
0,0000000000001
>
if necesary. (as extended real? full real? Tried, not workingbut maybe
>
similar.)
My number-to-string handler does what you probably want. It can be
downloaded here:
<
http://files.macscripter.net/scriptbuilders/ScriptTools/numToStr.sit>
NG
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.