Hello everyone,
I was trying to store this string into my array: "Hamsters | Cute"
But after I store it, I used _ArrayDIsplay and it showed "Hamster" being on one row and "Cute" being on the row after it.
So it looks like the "|" symbol acts as a row seperator in an array.
My question is: Is there a way for my array to display "Hamsters | Cute" in 1 row ?
Thanks,
Brian