Re: ehsan?
Re: ehsan?
- Subject: Re: ehsan?
- From: Paul Berkowitz <email@hidden>
- Date: Sat, 21 Feb 2004 19:24:04 -0800
On 2/21/04 6:34 PM, "Walter Ian Kaye" <email@hidden> wrote:
>
> No. ehsan sent his message just to this list. I'll show complete headers
>
> below.
>
>
Uhh... ::looking:: don't see...
Oops, Here they are:
Return-Path: <email@hidden>
Delivered-To: email@hidden
Received: from psmtp.com (exprod5mx94.postini.com [12.158.34.82])
by beach.silcom.com (Postfix) with SMTP id F423F8B54EC
for <email@hidden>; Sat, 21 Feb 2004 16:34:39 -0800 (PST)
Received: from source ([17.254.0.151]) by exprod5mx94.postini.com
([12.158.34.245]) with SMTP;
Sat, 21 Feb 2004 16:33:56 PST
Received: from lists.apple.com (localhost [127.0.0.1])
by lists.apple.com (8.12.9/8.12.9) with ESMTP id i1M0TN70018183;
Sat, 21 Feb 2004 16:29:23 -0800 (PST)
Received: from pd3mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net
[24.71.223.10]) by lists.apple.com (8.12.9/8.12.9) with ESMTP id
i1M0RehH018077 for <email@hidden>; Sat, 21 Feb
2004 16:27:40 -0800 (PST)
Received: from pd3mr2so.prod.shaw.ca (pd3mr2so-ser.prod.shaw.ca
[10.0.141.178]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18
(built Jul 28 2003)) with ESMTP id <0HTG0030KMMCKP@l-daemon> for
email@hidden; Sat, 21 Feb 2004 17:27:48 -0700
(MST)
Received: from pn2ml6so.prod.shaw.ca (pn2ml6so-qfe0.prod.shaw.ca
[10.0.121.150]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18
(built Jul 28 2003)) with ESMTP id <0HTG008ORMMCQG@l-daemon> for
email@hidden; Sat, 21 Feb 2004 17:27:48 -0700
(MST)
Received: from [24.78.141.202] (h24-78-141-202.ss.shawcable.net
[24.78.141.202]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18
(built Jul 28 2003)) with SMTP id <0HTG0006NMMA8M@l-daemon> for
email@hidden; Sat, 21 Feb 2004 17:27:47 -0700
(MST)
Date: Sat, 21 Feb 2004 18:27:46 -0600
From: ehsan saffari <email@hidden>
Subject: Runded Beyond Recognition
X-Sender: ehsan.saffari@shawmail
To: AS Users <email@hidden>
Message-id: <0HTG0006OMMA8M@l-daemon>
MIME-version: 1.0
X-Mailer: Claris Emailer 2.0v3, January 22, 1998
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7bit
Sender: email@hidden
Errors-To: email@hidden
X-BeenThere: email@hidden
X-Mailman-Version: 2.0.13
Precedence: bulk
List-Unsubscribe:
<
http://www.lists.apple.com/mailman/listinfo/applescript-users>,
<
mailto:email@hidden?subject=unsubscribe>
List-Id: Help and discussions for scripters developing scripts and solutions
in AppleScript. <applescript-users.lists.apple.com>
List-Post: <
mailto:email@hidden>
List-Help: <
mailto:email@hidden?subject=help>
List-Subscribe:
<
http://www.lists.apple.com/mailman/listinfo/applescript-users>,
<
mailto:email@hidden?subject=subscribe>
X-pstn-levels: (S:65.84917/99.77129 R:95.9108 P:95.9108 M:98.8113
C:82.4442 )
X-pstn-settings: 1 (0.1500:0.3000) r p m C
X-pstn-addresses: from <email@hidden> forward (good recip) [167/8]
X-UIDL: 4[K"!e8l!!#SG"!7?&#!
Hi
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.
set x to 2.45305722033565E+6
set y to text returned of (display dialog "Hack!" default answer x)
--> 2453057.22033565
The above works, but how can i get the coercion to work without display
dailog?
I tried Nigel Garvey's routines in aRounderRound 1.3, but the best I get
is 2453057.220336
Max number of decimal places in my number results will be 8.
cheers
ehsan
_______________________________________________
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.
--
Paul Berkowitz
_______________________________________________
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.
References: | |
| >Re: ehsan? (From: Walter Ian Kaye <email@hidden>) |