Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to display array
Message
 
 
À
03/07/2003 13:43:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00806651
Message ID:
00806654
Vues:
8
lcMessage = ""
for i = 1 to alen( aa, 1 )
   lcMessage = lcMessage + aa[i] + chr(13)
endfor

? MessageBox( lcMessage )
>I have a array aa
>
>aa(1)"Info you requested"
>aa(2)"blah blah"
>aa(3)"Blah"
>....
>....
>
>how can i display all the elements of the array in a messagebox ??
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform