Messenger Plus! Live - Scripting Documentation

The ChatWnd::EditText_GetCurSelEnd function returns the index following the last character currently selected in the typing area. If nothing is selected, the index of the caret is returned.

Syntax

[number] EditText_GetCurSelEnd(
);

Parameters

None.

Return Value

A numeric value representing a position in the text, ranging from 0 to the size of the text currently in the typing area.

This function typically fails for the following reason:

Remarks

None.

Function Information

Object ChatWnd
Availability Messenger Plus! Live 4.00

See Also

ChatWnd Object, EditText_GetCurSelStart, EditText_SetCurSel.