Functionwd_textsubstitute

Defined in: pbwword

public subroutine wd_textsubstitute (string arg_h_file, long arg_start, long arg_end, string arg_txt)

Comment:
Replace the text between arg_star and arg_end with arg_txt


Script:
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