#Question on ARRAYs
16-Jun-90 22:42:39
Sb: #17336-#Question on ARRAYs
Fm: Bill Roberts 76056,1613
To: Steven D. Kapplin 70055,1021
I believe the reason for the 32K limit is not from the language but from
the implimentation using 16 bit integers as a standard. With a 16 integer,
you are limited to 32K (signed).