Hi everyone, why this simple line of code, is not working?
I don't understand what could be the problem.. seems so straight forward...
That sub simply loads two lists with numbers, then i want to see if the contents are different, so as soon as IndexOf returns -1 i proceed with the rest of the...
Description: A simple class to add 3 methods to the native List.
Methods:
IndexOf2(Item As Object, StartIndex As Int) As Int
Returns the index of the specified item starting the search from StartIndex. Returns -1 if Item was not found.
GetAllIndexes(Item As Object) As List
Returns a list...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.