Re: Runded Beyond Recognition
Re: Runded Beyond Recognition
- Subject: Re: Runded Beyond Recognition
- From: Christopher Stone <email@hidden>
- Date: Sun, 22 Feb 2004 05:54:06 -0600
At 18:27 -0600 02/21/2004, ehsan saffari wrought:
I have a number result like this: 2.45305722033565E+6
I need to display it in non scientific form: 2453057.22033565, either as
a string or real.
______________________________________________________________________
I like to use the Satimage osax's "format" event for this sort of thing.
set X to 2.45305722033565E+6
format X into "##########.########"
--> 2453057.22033565
Chris
_______________________________________________
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.