Powershell comma separated string to array

To create an array that you plan to modify frequently, use an ArrayList, as shown by example below: Using an ArrayList to manage a dynamic collection of items ................
................