10.11.2011, 16:50
Ah thank you so much!
I've also done the checking thing (in-case anyone else has the same problem) by putting the variables into an array (new variable[10]) and then looping through all the variables with for(new i = 1; i < sizeof(variable); i++) and then using 'break;' if it finds two variables which equal each other.
I've also done the checking thing (in-case anyone else has the same problem) by putting the variables into an array (new variable[10]) and then looping through all the variables with for(new i = 1; i < sizeof(variable); i++) and then using 'break;' if it finds two variables which equal each other.