Public Function InStrCharactersReverseFast( _
ByRef vStartPos As Long _
, ByRef vLine As String _
, ByRef vFindChars As String _
, ByRef vCompare As VbCompareMethod _
) As Long InStrCharactersReverseFast(9, "123CABBAC", "ABC", vbTextCompare) = 9
InStrCharactersReverseFast(6, "CBA123CBA", "ABC", vbTextCompare) = 3See also: InStrCharactersReverse FunctionvStartPos: The character position in string vLine where the search is to begin.
Function returns 0 (zero) if none of the characters in string vFindChars appear within string vLine.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.