Xbasic
RTF.CREATE Function
Syntax
P Create(C text)
Arguments
- text
The initial text to put into an RTF object.
Description
The RTF.CREATE() method creates a new RTF object and returns a pointer to it.
Example
Create an RTF object for manipulating RTF text directly.
dim ptr as P ptr = rtf.create("Alpha!")
See Also