Skip to content

AppendTextLn - cRichEdit

Appends text to end of text in control, followed by a line feed

Type: Procedure

Parameters

Parameter Type Description
sText String Text to append to control text

Syntax

Procedure AppendTextLn String sText

Call Example

Send AppendTextLn sText

Description

This method is identical to AppendText, except that it adds a line feed character (ASCII 10) after appending the text in sText.