This documentation is archived and is not being maintained.
Global::strList2str Method [AX 2012]
Concatenates a string list elements into a string.
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.