Spaces in criterion conditions

You have a question or need an advice about how to do something? Ask it here!
Post Reply
jamesn112
Posts: 1
Joined: 01 Jan 2020 06:11
Spaces in criterion conditions

Post 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?
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Spaces in criterion conditions

Post by radio42 »

Need to look at it - could indeed be a bug!
...
It is a bug. Will be fixed in the next version.

Post Reply