array limits

Brian K. White brian at aljex.com
Thu Apr 15 07:36:13 PDT 2004


John Esak wrote:
> Well, I kind of did the usual try-it-and-see approach... why wait for
> Ken to look it up?

Here Here! :)

> By the way doing a table that has nothing on it but
>
>
>    dim array[32767](9999)  or one that has   dim array[32767](32767)
>
> does not change the size of the token table built.  It is 262269.

I wouldn't expect it to change the size of the token table except by one
byte maybe since 32767 is one character longer than 9999

I would expect it to maybe change the amount of memory the table requires
when running.

Give both tables a similar name testz1 testz2.
Put a show @ in both tables to cause them to wait for user input.
Start up both tables in concurrent sessions.
In a 3rd session run:
ps -eopid,size,args |grep testz

1st column is the pid, 2nd column is the size in memory, rest of the line is
the command line

Brian K. White  --  brian at aljex.com  --  http://www.aljex.com/bkw/
+++++[>+++[>+++++>+++++++<<-]<-]>>+.>.+++++.+++++++.-.[>+<---]>++.
filePro BBx  Linux SCO  Prosper/FACTS AutoCAD  #callahans Satriani



More information about the Filepro-list mailing list