f$txtline
f$txtline
Add a text line to the document. The syntax of the document type created must be taken into account. e.g. /par text in RTF if a line is to be inserted with a line break.
Syntax: | Status = f$txtline(DocNo, Text) | ||
| Argument | Type | Meaning |
| DocNo | Integer | Identification number from f$txtinit |
| Text | String | Text to be inserted. |
Result: | Integer | 0 : everything ok -1 : DocNo is not correct. | |