Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question about VFP 6 and array dimensions
Message
From
29/12/1999 00:26:21
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00309652
Message ID:
00309716
Views:
26
>>Hi, folks...
>>
>>Quick question...does VFP 6 support arrays with more than 65,000 elements? (65,000 is the limit in VFP 5, but I don't know if they bumped up the limit in VFP 6).
>>
>
>Same restriction. And the number may be smaller than that depending on memory and other variables using up some of the name slots.

Ed, you can correct me if I am wrong here, but I think that arrays somehow walk on water as far as avoiding the system limit for memvars. IOW, this is perfectly ok:


DIMENSION la1(65000)
DIMENSION la2(65000)

The sum total of array elements here is way over the limit prescribed by MVCOUNT, but some how does not throw an error. Any insight here?
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform