AppendText Property

Applies To
TextBox

Description
Appends text to a TextBox control.

Usage

GSet Form.Control.AppendText, value  
Form
Name of a form or string variable containing a form name.
Control
Name of a control or string variable containing a control name. The control must exist in the specified form.
value
String expression for the new value of the property.

Values
A string that will be added to the end of the text in the control.

See Also
TextBox

Example

GSet frmMain.txtStatus.AppendText, "Cycle Complete"