Quote Originally Posted by vbwins View Post
What is the difference between "out of string space" and "out of memory"?
I'd very much like to know the answer to this as well. Strings are really just binary data interpreted as text so it uses memory just like any other kind of binary data. This error suggests that there is some abstraction in the VB6 runtime that treats strings differently in memory.