Array >> Set At X
I want to take the value in the array at x1 then plus 1 to it.
Example X1 = 5 then becomes X1=6
I will also need to know how to take away a value from the array X1
Use "Set at X" and set the value to an expression like this:
Array.At( X_INDEX ) + 1[/code:295ihsxz] Subtraction follows a similar pattern.
Develop games in your browser. Powerful, performant & highly capable.
Awesome, Thank you for the help.
Taser please don't create topics asking the same question.