Append_Text - DfBaseEdit
Inserts data to the end of the existing contents of the object
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| sText | String | The text value to be appended |
Syntax
Procedure Append_Text String sText
Call Example
Send Append_Text sText
Description
Append_text inserts data to the end of the existing contents of the object.