PreviousNextIndex

INSERT-FILE( ) method

Inserts the text of filename into the editor widget at the current location of the text cursor.

Return type: LOGICAL

Applies to: EDITOR widget

Syntax
INSERT-FILE ( filename ) 

filename

If the text insertion is successful, the method returns TRUE.

Note: This method replaces each horizontal tab character with eight spaces as it inserts the text into the widget.

OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex