SocketServerManager\ArrayToString

Description:

Utility function to pack an array of filtering addresses into a single string. The elements will be delimited using semicolons.

Wrapper for JoinStrings.

Returns: Text
Usage: Script
Function Groups: Stream and Socket
Format: \SocketServerManager\ArrayToString(AddressArray)
Parameters:  
AddressArray
Required. An array of IP addresses, where each array element is a text value.
Comments: None.