I am using a Server and client application.. My server used to send lot of data .. i used to get even 1000 data at a time.. I am trying to split the data and keep in a variable.. I am missing data at that time.. so now i need some help to get data without missing.. I will say my concept pls help me to workout this.. My data r coming in this format
data1,data2,data3,vbctrlf,

data4,data5,data6,vbctrlf,

data7,data8,data9,vbctrlf,

i am going to keep all data in a variable by concatenating the data coming from the server. then i will move this data to another variable. for eg : var2. then while moving data to var2. if same data comes once again i have to replace it.how its possible.. i just stuck here,.... pls anyone help me.. its very urgent..

Check out the split and join functions in vb's help files.

Good Luck

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.