The Join attribute function merges strings from a string list into the content of the variable. The strings are separated by a delimiter string. The total string is then stored in the string of the variable.
Syntax | ||||
Join(List, Delimiter, [LanguageID]) | ||||
Return value | ||||
None | ||||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
List() |
String |
ByVal |
List of strings to merge |
Required |
Delimiter |
String |
ByVal |
Delimiter string |
Optional |
LanguageID |
String |
ByVal |
Language-ID of the value |
Note | ||||
If LanguageID is not specified, the dialog language applies. |