Messenger Plus! Live - Scripting Documentation

The ChatWnd::EditText_SetCurSel function selects text in the typing area of the chat window.

Syntax

EditText_SetCurSel(
    [number] Start,
    [number] End
);

Parameters

Start
[number] Index of the first character to select.
End
[number] Index following the last character to select.

Return Value

No value is returned by this function.

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_GetCurSelEnd.