Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need a Matrix 400 x 400, but limited to 65,000 elements
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00191803
Message ID:
00191847
Views:
15
>I have an application requiring a data array of 400x400, which is 160,000 elements.
>VFP allows a maximum of 65,000 array elements in a single array and up to 255 fields in a table. So I am stuck unless I use multiple arrays or tables which will make the application very messy.
>
>Is there any way of overcomming this limitation. My preference is to use arrays.
>Note: Increasing mvcount in CONFIG.FPW does not help.

Russell,

65,000 is the limit for arrays. You can, however, use two tables with a one to one relationship and it won't be terribly messy.
Previous
Reply
Map
View

Click here to load this message in the networking platform