Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SDT 5.1d
Message
From
13/06/1999 19:42:07
 
 
To
13/06/1999 08:18:35
General information
Forum:
Visual FoxPro
Category:
Stonefield
Title:
Miscellaneous
Thread ID:
00229073
Message ID:
00229301
Views:
18
>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.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform