I am working in on a Portal map, creating a pop-up.
I have an array of addresses.
Each address varies in lengths, and some have blanks I'm trying to remove.
I am trying to loop through the Array and remove all empty elements.
Anyone have suggestions on how to do this? I can't seem to get it to work with IsEmpty and Erase