Scripts
VBScript | SELECT CASE statement
Rather than using too many IF-THEN conditions to check a value and take action, you are better off using the SELECT CASE condition. It produces…
Rather than using too many IF-THEN conditions to check a value and take action, you are better off using the SELECT CASE condition. It produces…
With the number of scripts I’ve been writing/accumulating growing exponentially every week, it was time to web-enable stuff so others could also benefit from the…