Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running down a listbox
Message
De
24/03/2004 09:35:57
 
 
À
24/03/2004 09:25:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00889225
Message ID:
00889235
Vues:
14
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform