This would be the most straight-forward way ...

Code:


BREAK ON
IF @WKSTA <> "Jooel" AND @WKSTA <> "Shawn" AND @WKSTA <> "Ron"
?"run something..."
ENDIF
EXIT 0




If your planning on having many workstations in this list, or if you plan on changing the list going-forward, could suggest other more gracefull ways of doing this.

-Shawn