Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Question about VFP 6 and array dimensions
Message
De
29/12/1999 00:26:21
 
 
À
28/12/1999 23:06:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00309652
Message ID:
00309716
Vues:
25
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform