| insert() | ใช้แทรกข้อความ string ลงไป โดยแทรกในตำแหน่ง start |
|---|
method:insert ( start, text );
return type:void
content:ใช้แทรกข้อความ string ลงไป โดยแทรกในตำแหน่ง start
example:StringBuffer str_buff = new StringBuffer ( bamlabcode ); str_buff.insert ( 3, "boo" );