array limits

Kenneth Brody kenbrody at bestweb.net
Thu Apr 15 06:55:53 PDT 2004


John Esak wrote:
[...]
> 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.
[...]

The field descriptions are compiled into the .tok file, but since the
fields are always initialized to blanks, there is no need to store the
contents of them on the file.  (Think of this as a ".bss" section of
an executable.)

-- 
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody        | www.hvcomputer.com |                             |
| kenbrody at spamcop.net | www.fptech.com     | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+




More information about the Filepro-list mailing list