I use "|" to separate data

but , why did two data are sent as if it is 1 data ?


ws1.SendData "Blues"
ws1.SendData "Red"

==

ws1.GetData x

==

then i find thet x contains "BluesRed" !!