edit

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

Syntax

edit(filename)

Inputs

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

Examples

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