Re: BIG number as string
Re: BIG number as string
- Subject: Re: BIG number as string
- From: julifos <email@hidden>
- Date: Wed, 18 Dec 2002 20:52:02 +0000
>
I reworked this handler last night as well (it's really old code.) And
>
used many of the methods you use here! I'll post mine in another
>
message in a bit. I was very put out that you had beaten me to the
>
punch! : ) But, I think your version might need a bit of a touch up...
>
>
numToTxt(-1.0E-12)
>
-->00000000000-.0
>
>
...so I think have a few minutes...
[...]
So, Paul, if you wish, take a look to this applescript's feature too (at
least here, AS 1.9, OS 10.2.2), which can be a little weirdness:
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
set num to "99308635802599" as number
{num, num as string}
--> {9.9308635802599E+13, "9,93086358026E+13"}
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
string-ize a BIG number equal or up to "E+13" rounds it!? =|
JJ
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com
_______________________________________________
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.