join
Description
Returns the string obtained by concatenating all the strings from the array using the provided delimiter.
Parameters
Return Type
String
Example
string [] arr = {"boo", "and", "foo"};
return join(arr, ":");
Returns "boo:and:foo"
See also
, multiple selections available, Use left or right arrow keys to navigate selected items
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.