|
-
Jul 29th, 2007, 07:09 PM
#1
Thread Starter
Lively Member
Problem with Sended data
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|