Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. 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