12.01.2019, 05:02
make sure your single function does not contain more than 3000 arrays, it will throw you this error,
you have defined striiing[2000], new string[2000];. you can't use more than 3k array size in single function.
you have defined striiing[2000], new string[2000];. you can't use more than 3k array size in single function.