Xbasic
RTF.INSERT Function
Syntax
.INSERT( Text as C, Position as N )
Arguments
- Text
The text to insert.
- Position
The character position of the beginning of the applied style.
Description
The .INSERT() method inserts text into a plain text RTF object. If Position is 0, the text is inserted at the end.
Limitations
Desktop applications only.
See Also