Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need a Matrix 400 x 400, but limited to 65,000 elements
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00191803
Message ID:
00191847
Vues:
16
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform