• 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: my favorite AppleScript error message
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: my favorite AppleScript error message


  • Subject: Re: my favorite AppleScript error message
  • From: deivy petrescu <email@hidden>
  • Date: Wed, 17 Aug 2005 12:04:55 -0400


On Aug 17, 2005, at 11:17, Hans Haesler wrote:

On Wed, 17 Aug 2005, Paul Berkowitz wrote:


On 8/17/05 7:55 AM, "deivy petrescu" <email@hidden> wrote:



On Aug 16, 2005, at 21:09, Matt Neuburg wrote:


0.1234567890123456789 -- Syntax error. some object

m.



An old monster with a new face.

Try:

set x to 0.1234567890123456789


Why? It's just the same as what Matt said. Same face, too. (OS 10.4.2)



Same thing here (OS 10.4.2). But try this:

set x to 0.12345678901234

(--> no error message, but the last two digits disappear...)

---
Hans Haesler <email@hidden>



Hans, they, the two last digits, disappear but they are still there! try

set x to 0.12345678901234 --(one sees 0.123456789012)
return x*9
--> 1.111111101111


set x to 0.123456789012 --(make sure you delete the last two digits) return x*9 --> 1.111111101108

Deivy

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Re: my favorite AppleScript error message (From: deivy petrescu <email@hidden>)
 >Re: my favorite AppleScript error message (From: Hans Haesler <email@hidden>)

  • Prev by Date: Re: my favorite AppleScript error message
  • Next by Date: Can't delete calendar in iCal...
  • Previous by thread: Re: my favorite AppleScript error message
  • Next by thread: Re: my favorite AppleScript error message
  • Index(es):
    • Date
    • Thread