Name
Texteditor.GetText -- export portion of the current text (V1.1)
Synopsis
t$ = mui.DoMethod(id, "GetText", x1, y1, x2, y2)
Function
This method exports portions of the current text and returns it. The method accepts four coordinates which permits you to retrieve a block of text without it being currently marked. This is useful to analyze a block without the user seeing a similar behaviour to marking a block.

Inputs
id
id of the text editor object
x1
start x position of desired block
y1
start y position of desired block
x2
stop x position of desired block
y2
stop y position of desired block
Results
t$
text at the specified block coordinates

Show TOC