Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array limits 65,000 how to solve
Message
From
20/12/2007 14:03:18
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01276828
Message ID:
01276873
Views:
23
>HI All,
>
>I'm using some array comparisons (worked great), now I have aproblems with the maximum elements in foxpro (65,000). I used to do solve this with tables (scan, endscan) but this is so slow. Is there a way to get around the maximum capacity of foxpro?

Download #15699 allows you to store more than 65000 elements, and in more than 2 dimensions. Internally, cursors are used; you can't make it work with standard VFP array functions, such as alen(), etc.

I designed it with version 6; I am not sure if it uses some function that makes it incompatible with version 5.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform