in winsock dataarrival i have 1 question please check example code
server sends the message to client
in client
i mean is text1.text has grabbed the data so now its time to get out of that instr how do i do it , is there any need for me to add tempstring="" after it grabbed my data
i was thinking if i do this it may help run little smooth ?
also as you se tempstring="" is inside an if statement can this inter fear with the strings outside the if statement
server sends the message to client
in client
Code:
in instr(tempstring,"whatever") then
text1.text tempstring
tempstring="" <<<< i never used this but can this be used so it clears out what ever???????
end if
i mean is text1.text has grabbed the data so now its time to get out of that instr how do i do it , is there any need for me to add tempstring="" after it grabbed my data
i was thinking if i do this it may help run little smooth ?
also as you se tempstring="" is inside an if statement can this inter fear with the strings outside the if statement