Zeul1
Newcomer
I am in the process of upgrading my VB6 app to .net I make extensive use of InstrB for byte searching within an array of bytes eg:
Dim test(3) as byte
test(2) = 1
test(3) = &HB3
r = instrB(offset, bArray, test)
Now i see there is no intrinsic equivalent in .net or is there?
Are there any functions that can be used for byte searching?
Many thanks
Dim test(3) as byte
test(2) = 1
test(3) = &HB3
r = instrB(offset, bArray, test)
Now i see there is no intrinsic equivalent in .net or is there?
Are there any functions that can be used for byte searching?
Many thanks