Functionpublic function string wd_newdoc (string arg_template, string arg_filename)

Defined in: pbwword

public function string wd_newdoc (string arg_template, string arg_filename)

Comment:
Create new word file based on arg_tempate if it exists or on Normal.dot. arg_filename is not used at the moment


Script:
public function string wd_newdoc (string arg_template, string arg_filename);
return i_PBWWord.newDoc(arg_template, arg_filename)
end function