T
Tim
Dim Animals as String() = {"cat", "dog", "mouse", "rat"}
Can the Exists or Find method be used to determine if the Animals array
contains "mouse" ?
If Animals.Exists(....
or
Animals.Find(...
I get a compiler error: Type argument inferred from the argument passed
to parameter 'match'conflicts with the type argument inferred from the
argument passed to parameter 'array'.
Thanks
Tim
Can the Exists or Find method be used to determine if the Animals array
contains "mouse" ?
If Animals.Exists(....
or
Animals.Find(...
I get a compiler error: Type argument inferred from the argument passed
to parameter 'match'conflicts with the type argument inferred from the
argument passed to parameter 'array'.
Thanks
Tim