Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question about VFP 6 and array dimensions
Message
 
To
29/12/1999 00:21:47
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00309652
Message ID:
00309738
Views:
22
Bill,

All I know about this is from the help file. Maximum number of variables is 65,000, maximum number of elements in an array is 65,000. Since VFP stores arrays as single variable names I may have been incorrect in my statement. However, as you fill the 65,000 elements of the array you will eventually exhaust the memory pool for memvars.

VFP has a limitation ofnthe size of the memory allocated for memvars. That memory is also configured by the MVCOUNT setting. Setting MVCOUNT does not only affect the number of names you can have, it also affects the amount of memory set aside for memvars. You cannot exceed either of those limits.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform