Posts: 966
Threads: 5
Joined: Jul 2011
Reputation:
0
Unless I'm missing something essential here, try to increase the size of string. You might be just running out of "space" in the array.
Posts: 155
Threads: 12
Joined: Jun 2011
Reputation:
0
I already tried, not working yet.
Posts: 209
Threads: 2
Joined: Oct 2011
Reputation:
0
make the string length bigger..
new string[500]; or something like that..