Support Board
Date/Time: Wed, 29 Oct 2025 02:22:29 +0000
Post From: Array Looping
| [2016-09-27 09:40:01] |
| User103305 - Posts: 8 |
|
Hi, I wanted to ask something about the looping. I have a loop like this: for (int i = 0; i < 50; ++i) { if (sc.Subgraph[3] != 0) etc.... } First index of the Array is 0 isn“t it?? Why then the loop start to iterate from the last value on the chart and not from the first one?? Thx. Best regards, |
