• 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: another interesting bug.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: another interesting bug.


  • Subject: Re: another interesting bug.
  • From: "Mark J. Reed" <email@hidden>
  • Date: Mon, 31 Aug 2009 06:38:14 -0400

On Sun, Aug 30, 2009 at 9:27 PM, Deivy Petrescu<email@hidden> wrote:
> This one is not a problem of 64-bits..

> set e to -10004
> display dialog e
> return e
> ---
> ---> -10004
> but the dialog..... 4294957292

Sure sounds like a 32- vs 64-bit issue to me.  4294957292 is what you
get when you treat the 32-bit value -10004 as unsigned; in 64 bits,
it's what you get if you just add 32 0's to the left of -10004 instead
of sign-extending it (which would add 32 1's instead).
--
Mark J. Reed <email@hidden>
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: another interesting bug.
      • From: Deivy Petrescu <email@hidden>
References: 
 >another interesting bug. (From: Deivy Petrescu <email@hidden>)

  • Prev by Date: Re: Filemaker Pro and Applescript
  • Next by Date: Re: another interesting bug.
  • Previous by thread: Re: another interesting bug.
  • Next by thread: Re: another interesting bug.
  • Index(es):
    • Date
    • Thread