The InsertText attribute function inserts the passed string at the current cursor position.
|
Syntax | ||||
|
InsertText(Text [, LanguageID]) | ||||
|
Return value | ||||
|
None | ||||
|
Parameter | ||||
|
Use |
Name |
Type |
Passing |
Description |
|
Required |
Text |
String |
ByVal |
The string to be inserted |
|
Optional |
LanguageID |
String |
ByVal |
Language-ID of the value |
|
Note | ||||
|
If LanguageID is not specified, the dialog language applies. | ||||