Hi Zoho,
I have the following script:
ListA = {"A","B","C"};
ListB = {"B","A","C"};
if ListA != ListB
{%>Lists Not Equal<%}
When trying to save, I get the following error:
Error at line number : 7 at column 54
In Criteria left expression is of type STRINGLIST and right expression is of type STRINGLIST and the operator != is not valid
This also happen when marking "equal" using double equal sign (==) ,
but single equal sign (=) is ok.
Please fix
thanks
Ravid