24.11.2014, 17:00
Quote:
Everytime a new status is posted, move every other status variable to the next so
status 1 becomes 2 and so on. This way you will only have 7 |
st7 = st6;
st6 = st5;
st5 = st4;
st4 = st3;
st3 = st2;
st2 = st1;
st1 = newstatus;