News

Each entry is something along the lines of:<BR><BR>Public Const CONST_1 As String = "Blah"<BR>Public Const CONST_2 As String = "Blah blah"<BR><BR>and so forth<BR><BR>During a Select ...
hey all,<BR><BR>i am trying to redo some of my logon scripts using a select case. instead of the huge if statements rulesets i have now.<BR><BR>here is the examples of what I am thinking ...