Support Board
Date/Time: Sat, 05 Jul 2025 04:20:10 +0000
Post From: Index of the Array
[2016-09-27 13:28:26] |
User103305 - Posts: 8 |
Hi, I wanted to ask something about the looping. I have a loop like this: for (int Index = 0; Index < 50; ++Index) { if (sc.Subgraph[3][Index] != 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, |