If not...

How cna I make an if script like that:
So if my variable is not equal to 1, the scipt will be used.
- Code: Select all
If not(myvar==1) { my script }
So if my variable is not equal to 1, the scipt will be used.