Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Loop through all selected items in a listbox
Message
De
03/01/2000 16:38:29
 
 
À
03/01/2000 16:35:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00311890
Message ID:
00311927
Vues:
26
>>>>
>>>>FOR x=oListBox.ListCount TO 1 STEP -1
>>>> remove your entry
>>>>ENDFOR
>>>
>>>Sorry Nadya, you would reference it as oListBox.Selected(x) and remove that.
>>
>>I haven't used for each much, but could it be done that way?
>>
>>For each listitem in olistbox
>> * processing
>>next
>>
>>Does that work? Or is there something like that?
>
>FOR EACH is preferable where you may change the number of elements in the collection.

Ed,

Would FOR EACH work here? If you're removing entries, will it go through the entire original list??? I thought it would stop too soon.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform