Name
Texteditor.Mark -- mark text
Synopsis
moai.DoMethod(id, "Mark", start, end)
Function
This method will mark the text in the area delimited by start and end. The first character starts at position 0.

Inputs
id
id of the text editor object
start
start position
end
end position

Show TOC