Thank you for time. Please help me understand my problem below.
As you can see below is my condition saying Every XY elemenet if Array.At(curX,15) is in between values then set Array.at(curX,7) value to current value.
EXPECTED RESULT: 3 is the current then value shouldn't change or also be three(3)
ACTUAL RESULT:
WHY??? WHY did it turn to 200?? Why did it get the value beside it or the value of CurX,6????
Heres another one, same condition as above but this time if condition is correct then CURRENT VALUE PLUS(+) 12
EXPECTED RESULT: 3 is the current then value should be twelve(12)
ACTUAL RESULT:
THE VALUE COPIED CurX,6 THEN ADDED 12?? WHY???
I'm very sorry if i sound very furious because i really am. I won't be posting here if i havent tried any kind of alternative. My logic makes perfect sense but its not performing what is suppose to. PLEASE correct or explain to me what i am doing wrong
Thank you in advance! :(