| cString: LastIndexOfAny |
Returns the index of the first character found in the OfAny set of characters
searching from the end of the string.
Public Function LastIndexOfAny(
ByRef s As String,
ByRef OfAny As Variant,
Optional ByVal Index As Variant,
Optional ByVal Count As Variant ) As Long
Parameters
Return Values
Long - The index of a character from the set, or -1 if none are found.
Remarks
The indexing of s is zero-based.