The Split attribute function returns a string list that was determined from the string of the variable. This function is the inverse function of Join.
|
Syntax | ||||
|
Split(Delimiter, [LanguageID]) | ||||
|
Return value | ||||
|
Type |
Description | |||
|
String() |
String list with the splitted parts of the string. | |||
|
Parameter | ||||
|
Use |
Name |
Type |
Passing |
Description |
|
Required |
Delimiter |
String |
ByVal |
Separator |
|
Optional |
LanguageID |
String |
ByVal |
Language-ID of the value |
|
Note | ||||
|
If LanguageID is not specified, the dialog language applies. | ||||