Insert text at the specified position
public subroutine wd_textinsert (string arg_h_file, long arg_pos, string arg_txt); i_PBWWord.TextInsert(arg_h_file, arg_pos, arg_txt) end subroutine