Functionwd_paste

Defined in: pbwword

public subroutine wd_paste (string arg_h_file, long arg_start, long arg_end)

Comment:
Opens word file


Script:
public subroutine wd_paste (string arg_h_file, long arg_start, long arg_end);
i_PBWWord.paste(arg_h_file, arg_start,arg_end )
end subroutine