| Function | wd_textsubstitute | ![]() |
Replace the text between arg_star and arg_end with arg_txt
public subroutine wd_textsubstitute (string arg_h_file, long arg_start, long arg_end, string arg_txt); i_PBWWord.TextSubstitute(arg_h_file, arg_start, arg_end, arg_txt) end subroutine