Unicode Controls & Classes for VB6 - Version 4

cStringBuilder.AppendByVal Method

Appends a string to the internal buffer ByVal

Syntax
Public Sub AppendByVal (ByVal sThis As String)
Parameters
Parameter Description
ByVal sThis As String The string to append
Remarks