i know this is stupid but it has been a while. how do i put the incoming data into two strings. the data that is incoming on the server that looks like this

text1.text & "," & text2.text

i have the two strings setup on the server

dim sock1str1 as string
dim sock1str2 as string

what is the syntax for the winsock.getdata
thanks