f$Word: Insert picture file
f$Word: Insert picture file
Insert an picture to the current position.
Syntax: | Status = f$Word('Insertpicture','File','') | ||
| Argument | Type | Meaning |
| 'InsertPicture' | String | Keyword |
| File | String | Name of the picture file to be inserted incl. Path and filed extension |
| '' | String | '' |
Result: | Integer | 0: Command successfully executed -1: The picture cannot be inserted. | |