Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Arrays
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Arrays
Divers
Thread ID:
00626690
Message ID:
00626705
Vues:
13
This message has been marked as the solution to the initial question of the thread.
>HI @LL!!!How do ire-dimension an array with data? Thank U

Depends how you want to redimension it.

You can use Ains() to put the new info at a particular point.

If you want to generically add a new row at the end of the array you can

Dimension laWithData[alen(laWithData,1)+1]

or for multi dimensional arrays

Dimension laWithData[alen(laWithData,1)+1,alen(laWithData,2)+1]
Mark S. Swiencki
EPS Software www.eps-software.com
mark@eps-software.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform