Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
I have seen compound IF statements that evaluate numerical values. e.g. if (a=1,2,3)
How can I construct a compound IF statement where the variable being evaluated is text? I want the IF loop to run if the text value Fault is A or B.
e.g. if (Fault="A", "B")
thanks,
relayman
p.s. Prime 8
Solved! Go to Solution.
Well, there it is. Thank you Terry
