array limits

Joe Chasan joe at magnatechonline.com
Thu Apr 15 06:29:57 PDT 2004


On Thu, Apr 15, 2004 at 08:30:45AM -0400, Kenneth Brody wrote:
> Joe Chasan wrote:
> > 
> > While debugging some wierd array problem recently, I checked docs and
> > nowhere do I see array limit specifications.
> > 
> > How large an array byte-wise?  How many elements?  How many arrays per
> > process table?
> > 
> > I thought I rembered seeing at least size limit way back, but can't
> > find it in 5.0 docs.
> > 
> > Anyone have that info?
> 
> (From memory, so it's possible that I'm wrong...)
> 
> There is a limit of 32K-1 array elements, and each field is limited
> to 32K-1 in length.  In other words:  "DIM array(32767)(32767,*)".
> 
> Back in 16-bit days, when things were limited to 64K each, the limit
> on arrays was approximately 64K/12 or about 5,460 elements.  Fields
> were still 32K-1 each.

Thanks, Ken, do you remember if there'd be any limit on the # of arrays
in one process table (or is it the byte-sum of all arrays <= 32767x32767)?

--- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ---
-Joe Chasan-                      Magnatech Business Systems, Inc.
joe at magnatechonline.com           Hicksville, NY - USA
http://www.MagnatechOnline.com    Tel.(516) 931-4444/Fax.(516) 931-1264


More information about the Filepro-list mailing list