double electron_double = 0.01; double atom_double = 0.00; bool atom_false = false; bool atom_true = true; int j = 0; string roots_signed[] = {"M1","M5","M15","M30","M60","M240","M1440"}; while(atom_double < 50.01){ for(int i = 0; i < ArraySize(roots_signed); i++){ memory[j].name = roots_signed[i] + "_" + DoubleToString(atom_double, 2); memory[j].weight = 1; j++; } Print("Init Memory; " + (j - 1) + ", Object; " + memory[j - 1].name); atom_double += electron_double; }