I'm stumped.
In the example below i have created the variables B1, B2, B3, B4 and B5. They have the values 1,5,2,6 and 3 respectively.
I have also created the variables M1, M2, M3, M4 and M5 using an array which I want to take the following values.
M1=B1;
M2=max(of B1-B2);
M3=max(of B1-B3)...