Hi
I am using different number of receive locations depending on environment. For that I use:
Regards
Johan
I am using different number of receive locations depending on environment. For that I use:
<!-- #if GetProperty("Environment")=="DEV" -->
It works fine. But can I use an OR operator in the condition? Since I have the same locations in more than one environment I would like to write something like this:<!-- #if GetProperty("Environment")=="DEV" || GetProperty("Environment")=="TEST" -->
I tried this and it does not work, am I using the wrong syntax or is it not possible?Regards
Johan