Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A questions about ARRAYS.
Message
From
08/12/1997 11:09:33
Jay Shepherd
Construction DataFax, Inc.
Montevallo, Alabama, United States
 
 
To
08/12/1997 10:08:00
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00064419
Message ID:
00064450
Views:
40
>Hi Jay - How can I see what is in the array? I only want to evaluate the
>values in the second field. Should I use a FOR LOOP?

Sure, that will work fine.

for i = 1 to alen(aMyArray,1)
? aMyArray[i,2]
endfor
Jay Shepherd
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform