We are getting an error in a VB6 application that sends data back and forth over TCP sockets. We get a runtime error \"out of string space\". Has anyone seen this or have
Adding to Jacco's response, vbAccelerator has a great String Builder class that accomplishes much the same thing but is a little more robust. The author also walks through the solution explaining how it works.