Thread: string array
View Single Post
  #1 (permalink)  
Old 06-18-2008, 09:51 PM
norman_069 norman_069 is offline
Newbie
 
Join Date: Sep 2007
Location: Houston
Posts: 17
Credits: 0
Rep Power: 5
norman_069 is on a distinguished road
Default 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
Reply With Quote

Sponsored Links