• 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
AppleScript bug with 15+ digits.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AppleScript bug with 15+ digits.


  • Subject: AppleScript bug with 15+ digits.
  • From: Emmanuel <email@hidden>
  • Date: Mon, 31 Mar 2003 14:40:02 +0200

The following script does not compile ("syntax error"):

-------------------------
set x to 3.141592653589793
-------------------------

The following script does not work:

-------------------------
"3.141592653589793" as number
--> error "Can't make [whatever] into a number"
-------------------------

This is bad. Users should be able to enter an arbitrary number of digits, and AppleScript should perform the truncation. I don't know any other language that behaves like AppleScript with respect to that.

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.

  • Follow-Ups:
    • Re: AppleScript bug with 15+ digits.
      • From: Michelle Steiner <email@hidden>
References: 
 >Re: Making a folder in the user's library (From: Paul Berkowitz <email@hidden>)

  • Prev by Date: Entourage Connect Method
  • Next by Date: Re: [HS] GhostScript
  • Previous by thread: Re: Making a folder in the user's library
  • Next by thread: Re: AppleScript bug with 15+ digits.
  • Index(es):
    • Date
    • Thread