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

What result do your want?

What do you mean access all at once?

If oyu want to string the results of an array together, you can use something like:

lcVar = ""
FOR i = 1 TO lnArrayCount
lcVar= lcVar + MyArray[i]
ENDFOR
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform