콤보박스의 지정한 인덱스에 텍스트를 삽입하는 API이다.
function btninsertstring_on_mouseup() { cbTest.insertstring(2, "06:test"); // 콤보리스트삽입 }