23.11.2014, 14:51
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 |
Status1 = Status2;
then Status2 = Status3; BUT Status2 has already been changed from its original text to the text of Status1, so every status would be made the same as Status1.