Logical Expressions: If Then Else operator

Need new test, action, option? Post request here.
Post Reply
Wabiloo
Posts: 26
Joined: Thu Jun 05, 2008 12:15 am

Logical Expressions: If Then Else operator

Post by Wabiloo »

It would be extremely useful to have a If Then Else function in the logical expression language.
This could be for example as a function - iif(cond, replytrue, replyfalse) - or as an operator cond ? replytrue : replyfalse

This would be particularly useful in my case for Tune up Reply (allowing me to display a much more user-friendly message such as "Process not running" instead of just "0" (for a Process test)
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

This would be particularly useful in my case for Tune up Reply (allowing me to display a much more user-friendly message such as "Process not running" instead of just "0" (for a Process test)
Such user-friendly messages will not be processed correctly by Log Analyzer and Log Visualizer.

Regards
Alex
Post Reply