vb Code:
Private Function MySearchMethod(ByVal b as Byte()) 'Code here to read b and determine if it's the one you're looking for 'If it is, Return True 'else if it isn't Return False End Function
Then use:
vb Code:
ids.Find(Addressof MySearchMethod)




Reply With Quote