• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

VBScript question

Electric Amish

Elite Member
Correct syntax for the following:

If x=3 or x=4 then....

I've tried everything I can think of, but I can't get the script to work...


amish
 
I'm assuming = is a comparison operator in an If...Then in VB? If it is, then the problem might be elsewhere in your code. Try printing out x and see what its value really is. Or use PHP. 🙂
 
Back
Top