MACSCRPT Archives

May 2003

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Emmanuel <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Tue, 13 May 2003 14:43:58 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (13 lines)
At 7:11 AM -0400 13/05/03, Franz Walter Klein wrote:
>If integers are 16 bit in AS then the file size is limited to 65.536 bytes
>which is too small.
>If integers are 32 bit in AS then the file size is limited to 4.294.967.296
>bytes and is for sure big enough.

class of (65536 + 1)
--> integer

So it has to be 32 bits :-)

Emmanuel

ATOM RSS1 RSS2