Table of Contents

About

The dynamic substitution variable _EDITOR gives the current editor

DEFINE _EDITOR
DEFINE _EDITOR         = "Notepad" (CHAR)

You use it in conjunction with the edit function.

Example

You must define it in an startup script

DEFINE _EDITOR = Notepad++.exe