Oh, and ! is the NOT operator - using it on a number or variable will return the opposite output (TRUE/FALSE) When used in a condition like !=, it will invert that output as well. For example, IF VAR!=7 THEN will execute the commands after THEN as long as VAR is not 7.