셀렉트박스의 지정한 인덱스에 텍스트를 삽입하는 API이다.
function btninsertstring_on_mouseup() { sbTest.insertstring(2, "06:test"); // 셀렉트 아이템 삽입 }