Re: another interesting bug.
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