❔ Index Out of Bounds Exception
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
cs
for (int LinesLeft = LinesOfContent.Length-1; LinesLeft >=0; LinesLeft--)
{
SearchStringForInts(LinesOfContent[LinesLeft]);
}