Page 1 of 1

Spaces in criterion conditions

Posted: 01 Jan 2020 06:16
by jamesn112
If I use something like:

Code: Select all

EXEC_COMMAND2 test string|Equals(test string)|SHOW_ALERT_WINDOW success
then I get the error:
expected ',' before 'string'
The error is due to the space inside the Equals comparison. StartsWith(test) works fine, for example.

How do I use spaces inside criterion conditions?

Re: Spaces in criterion conditions

Posted: 01 Jan 2020 12:51
by radio42
Need to look at it - could indeed be a bug!
...
It is a bug. Will be fixed in the next version.