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?
Reading from a socket and putting reply into a logfield
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Reading from a socket and putting reply into a logfield
Dag ivaho,
well, just add a new line
...
put CR & it after field "logField"
...
Best
Klaus
well, just add a new line

...
put CR & it after field "logField"
...
Best
Klaus
Re: Reading from a socket and putting reply into a logfield
Klaus,
Thank you for your reply.
What is the best place to look/find these simple commands?
Thank you for your reply.
What is the best place to look/find these simple commands?