Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SDT 5.1d
Message
De
13/06/1999 20:21:35
 
 
À
13/06/1999 19:42:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Stonefield
Titre:
Divers
Thread ID:
00229073
Message ID:
00229314
Vues:
23
Yes, Erik, but that's because an array has a limit too, which also happens to be 65,000 for EACH array.

Take a look at memory after you domension your 65000 array, then dimension a second and look again.

Cheers,

Jim N

>>And an array only occupies 1 in that count, regardless of the dimension.
>>
>>Cheers,
>>
>>Jim N
>
>My experience shows different-
>
>try the following lines:
>
>DIMENSION TestArray(65000)
>
>works
>
>DIMENSION TestArray(65001)
>
>gives an error "Invalid subscript reference"
>
>65000 happens to be the highest value allowable for MVCOUNT. The error reported shows its face when you issue "SELECT * FROM MyTable INTO ARRAY MyArray" on a fairly large table with a lot of fields. Adjusting MVCOUNT will hide the error on many tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform