The example implies variable x and variable y are concatenated into one item, so the result of the concatenation would be 'onoff'. At least that's the way I read it. Most languages I've seen have an explicit operator for concatenation, but I guess it's implied here.I saw this example in your docs.
If|isEQ##{{variable_x}}{{variable_y}}##onoff##do something interesting
In the example variable_x = on and variable_y=off
How does it know to parse ##onoff## Shouldn't there be a delimiter between the values? In my case the variables are 0 and 1 so it would be some combo of that. 00, 01,10 etc.
Thanks!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
. I will probably rewrite it in the format you suggested, but for now, it works!Please Log in or Create an account to join the conversation.