Functionpublic function string wd_openfile (string wordfile)

Defined in: pbwword

public function string wd_openfile (string wordfile)

Comment:
Opens word file


Script:
public function string wd_openfile (string wordfile);

return i_PBWWord.openFile(wordFile)
end function