Search found 1 match

by jamesn112
01 Jan 2020 06:16
Forum: Questions & Answers
Topic: Spaces in criterion conditions
Replies: 1
Views: 2852

Spaces in criterion conditions

If I use something like:

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 ...