Public Function StripMatchingBeginLineFast( _
ByRef vLine As String _
, ByRef vFind As String _
, ByRef vCompare As VbCompareMethod _
) As String StripMatchingBeginLineFast("This is a test.", "This", vbBinaryCompare) = " is a test."
StripMatchingBeginLineFast("This is a test.", " is ", vbBinaryCompare) = "This is a test.
StripMatchingBeginLineFast("This is a test.", "", vbBinaryCompare) = "This is a test. ' Behavior #1See also: StripMatchingBeginLine Function
LineBeginsWithFast Function
StripMatchingEndLineFast FunctionvLine: The string whose beginning is to be removed if it matches string vFind. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.