The RTF attribute function changes the string stored in the variable to RTF and returns it as an RTF variable.
|
Syntax | ||||
|
RTF([FromHTML, [Compare]]) | ||||
|
Return value | ||||
|
Type |
Description | |||
|
RTF |
The string of variables converted to RTF | |||
|
Parameter | ||||
|
Use |
Name |
Type |
Passing |
Description |
|
Optional |
FromHTML |
Boolean |
ByVal |
Default False If True is specified here, the string of the variable is assumed to be formatted in HTML. |
|
Optional |
LanguageID |
String |
ByVal |
Language-ID of the value |
|
Note | ||||
|
If LanguageID is not specified, the dialog language applies. | ||||