FUNCTION:ARRAYTOLIST
last edited by
denny
on 01-Oct-2011
arrayToList
Description
Transform the array to a list of elements delimiter by the given string
Usage Syntax
arrayToList(array array,[string delimiter]): string
Return Information
| Return Type |
| string |
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
| array | array | Yes | Name of array |
| delimiter | string | No | Character or multicharacter string to separate list elements. The default value is comma. |
SideBar
User Login