Logical Operator as paramater
Posted: Fri Apr 17, 2020 10:09 am
Hi,
is it possible to have a parameter for a logical operator and pass this into the TI code.
So for example, pOperator is >
And in the TI code the formula would be:
If(1 pOperator 2);
Do something;
Endif;
I want to create a process that can dynamically cater for different operators and was looking for a solution that didn't involve loads of If statements
Maren
is it possible to have a parameter for a logical operator and pass this into the TI code.
So for example, pOperator is >
And in the TI code the formula would be:
If(1 pOperator 2);
Do something;
Endif;
I want to create a process that can dynamically cater for different operators and was looking for a solution that didn't involve loads of If statements
Maren