Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing array
Message
 
À
10/04/1999 21:47:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00207215
Message ID:
00207234
Vues:
13
>Hi,
> How could I acess to every items of myarray without need of looping for accessing?
>
>
>
>Thank you

John,

If you trying to asign a value to all elements of an array you simply do it this way;

DIMENSION MyArray(10,25)
MyArray = "Test" && assigns the string Test to all elements of the array.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform