• 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: cris <email@hidden>
  • Date: Mon, 13 Nov 2000 01:41:01 +0100

on 12.11.2000 15:26 Uhr, Jeff Benjamin at email@hidden wrote:

> How big can numbers get when using integers and math w/applescript?
>
> I need to add up bytes in files until I have enough to burn to a DVD.
There is a bug in AS, so you can read/write files "only" up to 512 MB.
Try the following two statements in an editor, see the results and you see
what the problem is:

536870911 + 0
--> 536870911
536870911 + 1
--> -536870912

According to Chris Nebel this will be fixes in the next version of AS.



Greetings
cris


  • Prev by Date: Quoted-printable and AOL -- follow-up (success, it seems)
  • Next by Date: Select "Find Content" and Disks in Sherlock
  • Previous by thread: Quoted-printable and AOL -- follow-up (success, it seems)
  • Next by thread: Re: BIG Numbers
  • Index(es):
    • Date
    • Thread