The PlusWnd::RichEdit_GetTextRange function returns a portion of text from a RichEditControl.
RichEdit_GetTextRange(
[string] ControlId,
[number] StartIdx,
[number] EndIdx
);
The portion of text corresponding to the range specified in the parameters.
This function typically fails for the following reason:
This function can only be used with a RichEditControl, it has no effect on an EditControl.
Object | PlusWnd |
---|---|
Availability | Messenger Plus! Live 4.21 |