when i try to send alot of data after each athers , like sending data from a loop , like that :

for i = 0 to 9
ws1.senddata "Test" & i
next i

the recieved data is not separated and looks like that in:

"Test0Test1Test2Test3"
"Test4"
"Test5"
"Test6Test7"
"Test8Test9"

, got it ?!

like if i did :

ws1.senddata "Test0Test1Test2Test3"
ws1.senddata "Test4"
..
..
..


Help please ,

thanx