Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to display array
Message
 
 
To
03/07/2003 13:43:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00806651
Message ID:
00806654
Views:
9
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
Previous
Reply
Map
View

Click here to load this message in the networking platform