스핀넘버에 입력된 텍스트 중 선택된 영역(파랗게 반전된 영역)의 끝 위치 인덱스를 반환하는 API이다.
function btnTest_on_mouseup() { screen.alert(fldNormal.getselend()); }