Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Increasing Array Max Size?
Message
 
 
To
09/06/2005 15:21:09
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows 2000 SP4
Miscellaneous
Thread ID:
01021918
Message ID:
01021981
Views:
18
This message has been marked as the solution to the initial question of the thread.
>I think I read that the default max size of an array is 65,000 elements. Im guessing that means 65k rows for a one dimensional array and 32.5k rows for a two dimensional? Anyways how can I increase this?

The limit in VFP8 and earlier is 65,000 items ( <64K) per array regardless if it's one or two-dementional. The # of items in 2D array is nRows*nCols. The documented limit for a regular or property array in VFP9 is 2 gigabytes but in reality it's limited by amount of available memory.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform