Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Yes. What kind of functions are you interested in using there?
This works:
if (inputParam =="aaa") result=2;
else result=4;
There are some limitations related to the objects and functions you can use in an expression. If it's useful, look here.
Yes. What kind of functions are you interested in using there?
This works:
if (inputParam =="aaa") result=2;
else result=4;
There are some limitations related to the objects and functions you can use in an expression. If it's useful, look here.
"if" works excellent.
Thank You.