Is your feature request related to a problem? Please describe.
Sometimes is tricky to make fully compatible scripts so it would be nice to conditionally execute different parts of the code if the application executing is TE2 or TE3
Describe the solution you'd like
Some method or system variable that I could check to determine the application version (2 or 3)
Describe alternatives you've considered
When creating a calc table with an expression is easy to check the application because in TE2 it does not have columns, but in other cases I'm not sure how to go about this problem