• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Decimal Point Truncations?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Decimal Point Truncations?


  • Subject: Re: Decimal Point Truncations?
  • From: Lee Hoong <email@hidden>
  • Date: Thu, 08 Feb 2001 13:37:11 -0500

> Hello,
>
> I'm having a problem truncating decimals. Can anyone help?
>
> Example:
>
> set diskSize to free space of startup disk
> --> script code to recalculate diskSize variable to Gb <--
> display dialog diskSize
>
> I want to get the disk size and display the result in Gb with one decimal
> place (If possible). Currently, the full code above gets something like
> 54.6464646748783838. I would like it to display 54.6. I've tried rounding
> and it returns the same 54.6464646748783838 for some reason that escapes me.
>
> As always, thanks in advance!
> --
>
> Cheers,
> Greg Smith

Use the Format Number function from GTQ OSAX.

Example:

format number 35.63728 in format "##.##"
--> 35.64

Lee.
-----------------------
Lee Hoong, Ph. D.
Associate Director
Medicinal Chemistry Group
AtheroGenics, Inc.


References: 
 >Decimal Point Truncations? (From: "Gregory Smith" <email@hidden>)

  • Prev by Date: Re: Decimal Point Truncations?
  • Next by Date: Re: AppleScriptable secure Telnet/file transfer
  • Previous by thread: Re: Decimal Point Truncations?
  • Next by thread: Re: Decimal Point Truncations?
  • Index(es):
    • Date
    • Thread