Functionwd_textinsert

Defined in: pbwword

public subroutine wd_textinsert (string arg_h_file, long arg_pos, string arg_txt)

Comment:
Insert text at the specified position


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