Re: rounding integers
Re: rounding integers
- Subject: Re: rounding integers
- From: Paul Berkowitz <email@hidden>
- Date: Fri, 31 Oct 2003 10:11:26 -0800
On 10/31/03 9:17 AM, "Chet Goetz" <email@hidden> wrote:
>
>
Thanks for the advice, but your code gives me an error:
>
"Can't make 314.159265358979 into a integer."
>
>
Am I doing something wrong?
>
>
chet
>
>
On Friday, October 31, 2003, at 10:37 AM, Steve Mills wrote:
>
>
> set n to ((pi * 100) as integer) / 100
You need OS 10.3 (AS 1.9.2) for '[real] as integer' coercion to work. In
older OS's use the '(round ([real] * 100)) /100' method Donald sent in.
--
Paul Berkowitz
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.