| Function | public function string wd_newdoc (string arg_template, string arg_filename) | ![]() |
Create new word file based on arg_tempate if it exists or on Normal.dot. arg_filename is not used at the moment
public function string wd_newdoc (string arg_template, string arg_filename); return i_PBWWord.newDoc(arg_template, arg_filename) end function