The Load attribute function allows the contents of a server-side RTF file to be read into the RTF variable.
|
Syntax | ||||
|
Load(FileName [, LanguageID]) | ||||
|
Return value | ||||
|
None | ||||
|
Parameter | ||||
|
Use |
Name |
Type |
Passing |
Description |
|
Required |
FileName |
String |
ByVal |
File name of the text to load |
|
Optional |
LanguageID |
String |
ByVal |
Language-ID of the value |
|
Note | ||||
|
If LanguageID is not specified, the dialog language applies. | ||||