Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SDT 5.1d
Message
From
13/06/1999 20:21:35
 
 
To
13/06/1999 19:42:07
General information
Forum:
Visual FoxPro
Category:
Stonefield
Title:
Miscellaneous
Thread ID:
00229073
Message ID:
00229314
Views:
22
Yes, Erik, but that's because an array has a limit too, which also happens to be 65,000 for EACH array.

Take a look at memory after you domension your 65000 array, then dimension a second and look again.

Cheers,

Jim N

>>And an array only occupies 1 in that count, regardless of the dimension.
>>
>>Cheers,
>>
>>Jim N
>
>My experience shows different-
>
>try the following lines:
>
>DIMENSION TestArray(65000)
>
>works
>
>DIMENSION TestArray(65001)
>
>gives an error "Invalid subscript reference"
>
>65000 happens to be the highest value allowable for MVCOUNT. The error reported shows its face when you issue "SELECT * FROM MyTable INTO ARRAY MyArray" on a fairly large table with a lot of fields. Adjusting MVCOUNT will hide the error on many tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform