Server Write Array
in
Core Library Questions
•
2 years ago
Hey, I am new to the server system for Processing and I need help with it. I am trying to send multiple values over the network to another applet. I naturally thought to send an array but Processing would not let me send an int array. When I switched to a byte array my client app would not launch because it said that the read command was outputting an int. I was wondering if you could implode or comma separate an array so that I could send it as a string to be exploded on the client side. Any ideas?
1