Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Redimensioning arrays
Message
De
09/07/2003 03:41:30
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Redimensioning arrays
Divers
Thread ID:
00808350
Message ID:
00808350
Vues:
51
Hi,

I have a quite strange problem. The following code demonstrates this.

First, I create a simple array:

dimension aTEST(3)

for i=1 to 3
aTEST(i)=i
endfor

Now, if I redimension this array:

dimension aTEST(5)

the values aTEST(1) ... aTEST(5) are all .f. ?? The values from 1 to 3 should have been copied to the new array? At least it worked earlier. I simply don't know why it doesn't work anymore... Maybe I should install VFP again?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform