cString: Insert |
Inserts a string into an existing string, returning the result.
Public Function Insert( ByRef s As String, ByVal Index As Long, ByRef Value As String ) As String
Index is zero-based.
Project VBCorLib Overview Class cString Overview cString Properties cString Methods IndexOfAny IsNull