cString: Remove |
Removes a substring from the string, returning a new string with the gap filled with the remaining characters.
Public Function Remove( ByRef s As String, ByVal startIndex As Long, ByVal Count As Long ) As String
Project VBCorLib Overview Class cString Overview cString Properties cString Methods PadRight ToCharArray