edit

Opens the file, filename, in the Compose text editor. edit is only available in the Compose GUI.

Syntax

edit(filename)

Inputs

filename
File to edit in the Compose text editor.
Type: string

Examples

Opens the given file for editing:
edit('c:\test.oml')
Displays the file in the Compose Text Editor