Hello
I noticed that there seems to be a limited number of 12 "if-statements" in a "for-statement". If a add more than 12 "if-statements" the application crashes. My programming structur is as follows:Is that true or could it that there is a potential programming error in that structure??Code:for (condition) { if (condition) { } if (condition) { } if (condition) { } ... }

Reply With Quote





