Unicode Controls & Classes for VB6 - Version 4

cStringBuilder.Insert Method

Inserts a string into the buffer in a certain position

Syntax
Public Sub Insert (ByVal iIndex As Long, _
ByRef sThis As String)
Parameters
Parameter Description
ByVal iIndex As Long The starting index
ByRef sThis As String The string to insert
Remarks