Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running down a listbox
Message
From
24/03/2004 09:35:57
 
 
To
24/03/2004 09:25:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00889225
Message ID:
00889235
Views:
13
Kurt,

There is a List character string array that can be indexed directly.
for lnItem = 1 to ThisForm.lstList.ListCount
   ? ThisForm.lstList.List(lnItem)
endfor
HTH
Neil
Previous
Reply
Map
View

Click here to load this message in the networking platform