Name
Textentry.Mark -- mark text
Synopsis
moai.DoMethod(id, "Mark", start, end)
Function
Marks the text starting at the first position up to the character at the last position. Positions start at 0 which is the first character.

On AmigaOS and compatibles this method requires MUI 4.0 or better.

Inputs
id
id of the textentry object
start
position of first character to mark
end
position of last character to mark

Show TOC