SocketServerManager\StringToArray

Description

Utility function to expand a semicolon-delimited string of IP addresses into an array of individual strings

Wrapper for SplitString

Returns Array of text
Usage Script
Function Groups Stream and Socket
Format \SocketServerManager\StringToArray(AddressString)
Parameters  
AddressString
Required. A text string of IP addresses, where each address is delimited from the next by a semicolon.
Comments None.