Hi all,
I'm building two applications.
One server application, and one client application.
The server app will be constantly running, while the clients connect to it.
When a client connects, a message will appear on the server like this: 'IP-address' has connected.
Then, the server will send a message to the client saying that the connection was successfull. This is displayed within the client program.
All this works fine, but as soon as the client receives the 'success' message, an EListError is thrown.
(List index is out of bounds)
I know that that is a String/Array type of error, but I don't understand why it would throw it.
Any help?
Thx,
Kristof
I'm building two applications.
One server application, and one client application.
The server app will be constantly running, while the clients connect to it.
When a client connects, a message will appear on the server like this: 'IP-address' has connected.
Then, the server will send a message to the client saying that the connection was successfull. This is displayed within the client program.
All this works fine, but as soon as the client receives the 'success' message, an EListError is thrown.
(List index is out of bounds)
I know that that is a String/Array type of error, but I don't understand why it would throw it.
Any help?
Thx,
Kristof