Hi,
i have a logical IF.
"{-Variable.keyword1-}"=="{-Variable.keyword2-}"
this returns TRUE if the keywords are the same.
But if the keywords are keywords with a quote like "apple" then the IF
returns FALSE.
The "Executed" in "Action properties" shows
""apple"" == ""apple""
and it returns FALSE.
How should i fix this problem? Is there a way to "trim" the keywords inside IF?
i have a logical IF.
"{-Variable.keyword1-}"=="{-Variable.keyword2-}"
this returns TRUE if the keywords are the same.
But if the keywords are keywords with a quote like "apple" then the IF
returns FALSE.
The "Executed" in "Action properties" shows
""apple"" == ""apple""
and it returns FALSE.
How should i fix this problem? Is there a way to "trim" the keywords inside IF?