Name
Texteditor.GetText -- export portion of the current text
Synopsis
t$ = moai.DoMethod(id, "GetText", start, end)
Function
This method exports the portion of the current text between start and end and returns it. Positions are counted from 0.

Inputs
id
id of the text editor object
start
start position of desired block
end
end position of desired block
Results
t$
text at the specified block coordinates

Show TOC