Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : INSERT-STRING( ) method
 

INSERT-STRING( ) method

Inserts a string into the editor widget at the current location of the text cursor.
Return type: LOGICAL
Applies to: EDITOR widget

Syntax

INSERT-STRING ( string )
string
A character string expression.
If the operation is successful, the method returns TRUE.