quote:
Originally posted by Matty
If you want to use an else statement to not send the stylish text to them just do
code:
if (Email != "johndoe@hotmail.com || Email != "johndoe2@hotmail.com){
// stylize text
}
[maybe a bit offtopic]
what's the use of an if-statement if it always returns true?
it does the same as
code:
// stylize text
or am I missing something here?
[/maybe a bit offtopic]