Does anyone know how to pull all the data out of an array and stick it in a string? -john
Found out myself:
I counted them, did a for loop to separate and format them, and within that loop concatenated them into a search string. -john