Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
how would you do the following in Mathcad:
if (x = 1 or x = 2)
return "yes"
else
return "no"
thank you.
Solved! Go to Solution.
exactly like you wrote it, but with "or" replaced with the OR operator. You'll find it in the operators overview, it looks like a large V.
Success!
Luc