Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

compare items within listbox

Anyone has a code for comparing items within the listbox? to compare the current item with the previous item?
[109 byte] By [mirzao] at [2007-11-11 7:33:03]
# 1 Re: compare items within listbox
If lstBox.List(I) = lstBox.List(I - 1) Then
' Items are equal
End If
Phil Weber at 2007-11-11 17:26:51 >