f$Word: Delete character
f$Word: Delete character
Delete characters in the Word document. The characters are deleted backwards starting from the current position of the cursor.
The cursor is usually located at the end of the document to be generated. A new component is always inserted at the position of the cursor and the cursor is then moved to the end of the inserted table.
Syntax: | Status = f$Word('backspace','Number','') | ||
| Argument | Type | Meaning |
| Backspace | String | Keyword |
| Number | String | Number of the symbols to be deleted |
| Empty string | String | '' |
Result: | Integer | 0: Command successfully executed -1: No active document | |
Example: | Status = f$Word('Backspace','1','') | ||