Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Concatenates a string list elements into a string.
Syntax
client server public static str strList2str(List _list, [str _delimiter])
Run On
Called
Parameters
- _list
Type: List Class
A list of string.
- _delimiter
Type: str
A delimiter.
Return Value
Type: str
A string created from a list.