Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SDT 5.1d
Message
De
13/06/1999 19:42:07
 
 
À
13/06/1999 08:18:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Stonefield
Titre:
Divers
Thread ID:
00229073
Message ID:
00229301
Vues:
17
>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.
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform