ie, in MS, "yes" is not equal to "YES".
You can test it:
Code: Select all
Let>result={ "yes" = "Yes" }
MDL>result
For example, WW_Result yield upper case TRUE or FALSE.
On the other hand, ProcessExists> will generate True or False.
Marcus, would you standardize all logical results to be the same case-- either Upper, Lower, Capital case?
Thanks.