M
Mostafa Salaheldien
Guest
Hello everyone,
i want to remove any item in my list if its >= 13
what is the wrong with my code this is my code
For x = 0 To Listrate.Items.Count - 1
If Listrate.Items(x).ToString >= 13 Then
Listrate.Items.Remove(x)'
End If
Next
Continue reading...
i want to remove any item in my list if its >= 13
what is the wrong with my code this is my code
For x = 0 To Listrate.Items.Count - 1
If Listrate.Items(x).ToString >= 13 Then
Listrate.Items.Remove(x)'
End If
Next
Continue reading...