Reading from a socket and putting reply into a logfield
Posted: Wed Dec 18, 2013 12:33 pm
Hi,
I'am reading from a socket connection and want to put the received messages in a log field
read from socket "172.27.101.208:5423" until empty
put it after field "logField"
send "readLoop" to me in 50 milliseconds
Whit this code the received data is al put on 1 line
OK&ACK OK&ACK OK&ACK OK&ACK OK&READY......
How to get the mesages recieved on a new line?
I'am reading from a socket connection and want to put the received messages in a log field
read from socket "172.27.101.208:5423" until empty
put it after field "logField"
send "readLoop" to me in 50 milliseconds
Whit this code the received data is al put on 1 line
OK&ACK OK&ACK OK&ACK OK&ACK OK&READY......
How to get the mesages recieved on a new line?