Name
Texteditor.Replace -- replace marked text with string
Synopsis
mui.DoMethod(id, "Replace", r$)
Function
This method replaces the marked area with the given string.

Inputs
id
id of the text editor object
r$
replacement string

Show TOC