Can I use a wild card in vbscript within a if then statement ? Basically I am looking for any version of IE or NN.
Example:
If variable = "IE" or variable = "NN*" then
variable = true
else
variable = false
End if
Help / comments appreciated.
Example:
If variable = "IE" or variable = "NN*" then
variable = true
else
variable = false
End if
Help / comments appreciated.