string array
Hello,
I am trying to declare a string array that looks like this
string quest[4000][30];
It will compile but everytime i run i get the error message
''An unhandled exception of type 'System.StackOverflowException' occurred in 3304.exe''
If i take the array from 4000 down to 362 it works but at 363 or higher i get the message. does anyone know why. also is there a way to take a line of text and have it start and stop at certain characters such as '<' and '>' and have it save that as a string in an array.
If you can help the first question is most important.
thanks
|