MakeEditor

Description:              This function returns an editor value which is used by an editor

Returns:                    Editor

Usage:                       Script or Steady State

Format:                      MakeEditor()

Parameters:             None

Comments:               This function is used by all of the functions that require an editor.

Example:

aNewEditor = MakeEditor();

AddEditorText(aNewEditor, "The start of my editor");

These functions will create an editor called aNewEditor and put the above text string in it.

See Also:

AddEditorText | CurrentLine | Editor | ForceEvent | GoToOffset | SetEditMode