richEditableText.SelectText(beginIndex, endIndex)
                  richEditableText.SelectText(beginIndex, endIndex)
                  | Variable | Description | 
|---|---|
| beginIndex | The index of the first character selected. Integer. | 
| endIndex | The index of the last character selected. Integer. |