AppendTextLn - cTextEdit

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

Type: Procedure

Parameters: string sText

ParameterDescription
sTextText to append to control text


Syntax
Procedure AppendTextLn string sText

Call: 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.