B
bart.syryn
Guest
Hi Peter, I finally found it. You've pointed me in the right direction, saying that the socket maybe still open. Somewhere in the code there's a test, IF G-listto = "" THEN NEXT. So when there was no Phone number, than the message isn't send and the program goes on with the next number. But at that point, the socket was open and a new one was created. So I changed it to DISCONNECT - DELETE and then NEXT, and it solved my problem. Thanks for pointing me in the correct direction. Kind regards Bart Syryn
Continue reading...
Continue reading...