Function getArrayOfStrings

  • Convert a comma-separated string input into an array of strings. If comma is selected, all whitespace is removed from the string before converting to an array.

    Parameters

    Returns string[]