Unicode Controls & Classes for VB6 - Version 4
cStringBuilder
.Remove Method
Removes chars from a string
Syntax
Public Sub Remove (ByVal
iIndex
As Long, _
ByVal
lLen
As Long)
Parameters
Parameter
Description
ByVal
iIndex
As Long
The starting index
ByVal
lLen
As Long
The number of chars to remove
Remarks