The PTC Community is on temporary read only status in preparation for moving our community to a new platform. Learn more here
I'm trying to determine if five variables are scalars or strings for installation into a unitless matrix for future use. Shown are five separate IF expressions. Is there a single function to condense the five IF statements into?
Solved! Go to Solution.
How about
or with more control concerning the unit
Usage:
Thanks! I will give the above a try.
