G
Guest
I have to compare two columns of a listview.
I use this:
If lvw_Asign.ListItems(X).ListSubItems(4) >
lvw_Asign.ListItems(X).ListSubItems(5) Then
but if the numbers are if 47 < 490 then, the result is that 490 is not
bigger than 47 .
How can I make this comparative situation to work?
Thanks a lot, Lina
I use this:
If lvw_Asign.ListItems(X).ListSubItems(4) >
lvw_Asign.ListItems(X).ListSubItems(5) Then
but if the numbers are if 47 < 490 then, the result is that 490 is not
bigger than 47 .
How can I make this comparative situation to work?
Thanks a lot, Lina