Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Increase array size
Message
De
08/03/2004 09:00:40
 
 
À
08/03/2004 00:07:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00883979
Message ID:
00884030
Vues:
9
>hi all
>i have an array,and i want to add a column into it
>but by folowing syntax i lost column data and it replaced with .F.

Because of the way arrays are managed in VFP, adding a column is fairly sloppy. When you add a column to an array, the data stays in the same element it was in originally, which isn't necessarily in the same column. You have to manually move the data around to put it back where you want it before you can populate the new last column.

Tamar
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform