Convert a number array to a comma-separated string with spaces (e.g., [1,2] → "1, 2"). Returns undefined for empty or missing arrays.
Convert a number array to a comma-separated string with spaces (e.g., [1,2] → "1, 2"). Returns undefined for empty or missing arrays.