Creating a list?
#6

Quote:
Originally Posted by Sellize
Посмотреть сообщение
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
Do it the other way around and start at the bottom to avoid the problem Derexi mentions.

st7 = st6;
st6 = st5;
st5 = st4;
st4 = st3;
st3 = st2;
st2 = st1;
st1 = newstatus;
Reply


Messages In This Thread
Creating a list? - by Derexi - 22.11.2014, 14:59
Re: Creating a list? - by Sellize - 22.11.2014, 15:15
Re: Creating a list? - by Derexi - 23.11.2014, 14:51
Re: Creating a list? - by Derexi - 24.11.2014, 15:26
Re: Creating a list? - by DavidBilla - 24.11.2014, 15:46
Re: Creating a list? - by Schneider - 24.11.2014, 17:00

Forum Jump:


Users browsing this thread: 1 Guest(s)