gabrielAllen
Programmer
I have an array of address information - 7 elements. I am currently use join() to string these values together, but need to add a "," after each value if it is not null. Also, I only need this for the interior of the string. The last element does not need a ",".
Example: Address1, City, State, Zip
Example: Address1, City, State, Zip