Global::strList2str Method [AX 2012]

Concatenates a string list elements into a string.

Syntax

client server public static str strList2str(List _list, [str _delimiter])

Run On

Called

Parameters

  • _delimiter
    Type: str
    A delimiter.

Return Value

Type: str
A string created from a list.

See Also

Reference

Global Class