C#C
C#3y ago
A Name

❔ Index Out of Bounds Exception

cs                       
 for (int LinesLeft = LinesOfContent.Length-1; LinesLeft >=0; LinesLeft--)
                        {
                            SearchStringForInts(LinesOfContent[LinesLeft]);
                            
                        }

seems to throw an error on this line
if needed I can disclose the function, although the log seemed to think it was on this line
Was this page helpful?