Unicode Controls & Classes for VB6 - Version 4

cStringBuilder.AppendWithNewLine Method

Appends a string and add also a vbNewLine at the end

Syntax
Public Sub AppendWithNewLine (ByRef sThis As String)
Parameters
Parameter Description
ByRef sThis As String The string to add
Remarks