S
Sueffel
Okay, I can certinatly use a For..Next loop to find the specified info I
need, but I'm thinking the BinarySearch will be faster, if I can get it
working LOL
Anyhew, got an array, may have 5 or 5,000 elements, and I need to find the
string, say it's "Start here".
I've tried this:
Dim MyObj as Object = "Start Here"
Dim I as Integer = System.Array.BinarySearch(MyArr,MyObj)
and I get stuff like -1267 (Or size of array)
Frustraiting,
Sueffel
need, but I'm thinking the BinarySearch will be faster, if I can get it
working LOL
Anyhew, got an array, may have 5 or 5,000 elements, and I need to find the
string, say it's "Start here".
I've tried this:
Dim MyObj as Object = "Start Here"
Dim I as Integer = System.Array.BinarySearch(MyArr,MyObj)
and I get stuff like -1267 (Or size of array)
Frustraiting,
Sueffel