f$Word: Insert document
f$Word: Insert document
Insert a text component without substituting field functions.
Syntax: | Status = f$Word('Insertdoc','Document name','') | ||
| Argument | Type | Meaning |
| Insertdoc | String | Keyword |
| Document name | String | Name of the document to be inserted incl. path and file extension (.doc) |
| '' | String | '' |
Result: | Integer | 0: Command successfully executed -1: The document of intent cannot be inserted. | |
Example: | Status = f$Word('Insertdoc',path + '\\Position.doc','') | ||