L
Larry
I have a Byte Array
Dim A1() as byte = {1,2,3,4,9,9,9,11,12,13,14,9,9,9}
I want to find the location of the first occurance of the byte sequence
{9,9,9}.
Is there a built in Framework class that will do this easily?
I've tried messing with Array.IndexOf but can't seem to get it to
indicate where the byte sequnce starts.
Any help greatly appreciated.
Larry
Dim A1() as byte = {1,2,3,4,9,9,9,11,12,13,14,9,9,9}
I want to find the location of the first occurance of the byte sequence
{9,9,9}.
Is there a built in Framework class that will do this easily?
I've tried messing with Array.IndexOf but can't seem to get it to
indicate where the byte sequnce starts.
Any help greatly appreciated.
Larry