PDA

Click to See Complete Forum and Search --> : List1 Delete items


CyberCarsten
Jan 26th, 2000, 03:56 AM
How can i delete a selected item in a ListBox??
Can i change the value of an item??

------------------
Yours sincierly
CyberCarsten
http://home18.inet.tele.dk/cyber/
carsten.h.thomsen@mail.tele.dk

MartinLiss
Jan 26th, 2000, 04:05 AM
To change the value of the entry

List1.List(List1.ListIndex) = "New Value"

and to delete an entry

List1.RemoveItem List1.ListIndex


------------------
Marty
Why is it called lipstick if you can still move your lips?