Last updated 2 months ago
Was this helpful?
Used to iterate over an array and run the function closure for each item in the array.
ArrayToList(array=[array], delimiter=[String], initialValue=[any])
array
true
The array to join together
delimiter
String
false
The character to use as a separator
,
initialValue
any