• 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: Big numbers
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Big numbers


  • Subject: Re: Big numbers
  • From: Emmanuel <email@hidden>
  • Date: Sun, 20 Apr 2003 22:19:44 +0200

At 8:05 PM +0200 20/04/03, Thomas C. wrote:
Hi, I have a quiet big number and AppleScript shows me it like this :
2.222222222E+9

How can I get it like this :
2222222222

If you can use the Satimage osax or the script editor Smile (both free software made in France), then you can use the "format" command:

format 2.222222222E+9 into "###############"
--> "2222222222"

URL for Satimage osax:
<http://www.satimage-software.com/en/softx.html#osax>

URL for Smile script editor:
<http://www.satimage-software.com/en/softx.html#smile>

Emmanuel
_______________________________________________
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: 
 >Big numbers (From: "Thomas C." <email@hidden>)

  • Prev by Date: Re: Keys down in System Events 1.2 [attn: Jon Pugh]
  • Next by Date: AppleScript Syntax File?
  • Previous by thread: Re: Big numbers
  • Next by thread: Re: How to use replaceCharactersInRange
  • Index(es):
    • Date
    • Thread