Support Board
Date/Time: Fri, 10 Jan 2025 21:17:49 +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, |