07.05.2011, 10:37
Increase of the size of those variables.
For example: you have new test[10]; but something want to return a trollvalue[30]; into that var, you will get an error because test[10] is too small.
For example: you have new test[10]; but something want to return a trollvalue[30]; into that var, you will get an error because test[10] is too small.