Unicode Controls & Classes for VB6 - Version 4
cStringBuilder
.InsertByVal Method
Inserts a string into the buffer in a certain position ByVal
Syntax
Public Sub InsertByVal (ByVal
iIndex
As Long, _
ByVal
sThis
As String)
Parameters
Parameter
Description
ByVal
iIndex
As Long
The starting index
ByVal
sThis
As String
The string to insert
Remarks