Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

TcpRecv

$
0
0
Hello,

Checking the example files i see the tha TcpRecv recives the data like this:

[ autoit ]      
Local $Recv = "", $CurrentRecv     While 1         $CurrentRecv = TCPRecv($soc, 16)         If @error <> 0 Then ExitLoop         If $CurrentRecv <> "" Then $Recv &= $CurrentRecv     WEnd ; close etc Return $Recv
and this will give me all the recived data.

What can i do if i do not want to recive all the data but only some part of it???

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>