error in using OR

this line returns an error… why?If ($news=={No} || $news==null) Then

You need to use two separate if statements.

– Thomas Adam