Hi,
assume you have the following variables initialized as:
%Result% = FALSE
%Value1% = TRUE
%Value2% = FALSE
The expression
%Result% = (%Value1% = TRUE) AND (%Value2% <> TRUE)
is expected to evaluate as TRUE.
The above expression works fine when it is used within an "IF" action statement. It does not work correctly in an "Assign Value" action statement - here it always results in FALSE. Btw, I made sure that the checkbox "Evaluate value as expression" has been checked.
- Hans
assume you have the following variables initialized as:
%Result% = FALSE
%Value1% = TRUE
%Value2% = FALSE
The expression
%Result% = (%Value1% = TRUE) AND (%Value2% <> TRUE)
is expected to evaluate as TRUE.
The above expression works fine when it is used within an "IF" action statement. It does not work correctly in an "Assign Value" action statement - here it always results in FALSE. Btw, I made sure that the checkbox "Evaluate value as expression" has been checked.
- Hans
Comment