Keep in mind! For IF use "==" not "="!

Just wanted to tell you
I spend the last hour searching for a bug / failure as it finally come into my mind again : i had to replace a "=" within an IF statement to "=="
Otherwise it wouldn´t check the value of that variable, no, it would ASSIGN the check value to it!


I spend the last hour searching for a bug / failure as it finally come into my mind again : i had to replace a "=" within an IF statement to "=="



