I have the following code, and if this was in C# or VB.Net it would apply as intended, but I am not so sure that it will work in VBScript?
if (sal = "23" or sal = "6") and error_flag = 0 then
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, it should work fine. VB is just like VBScript when it comes to basic syntax such as this.