The StringTemplate attribute function creates a repeating string from a specified character and stores it in the variable.
Syntax | ||||
StringTemplate(Number, Char, [LanguageID]) | ||||
Return value | ||||
None | ||||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
Number |
Long |
ByVal |
Number of copies of “Char”. |
Required |
Char |
String |
ByVal |
The character to be copied. Only the first character of the string is considered. |
Optional |
LanguageID |
String |
ByVal |
Language-ID of the value. |
Note | ||||
If LanguageID is not specified, the dialog language applies. |