I've tried replacing the > with = meta TEST_2 (__TEST_PP + __TEST_QQ + __TEST_RR = 2) meta TEST_3 (__TEST_PP + __TEST_QQ + __TEST_RR = 3) meta TEST_4 (__TEST_PP + __TEST_QQ + __TEST_RR = 4)...but all I get are errors: [4524] warn: _(Missing operator before 3?)Try "==". "=" sets variables, "==" compares numeric values.
I get it, just like && and ||. It works!: tests=TEST_5 Thanks! Dan