Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 06:02:08 +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,