Help with operhands and js Operators

bambinou

Client
Регистрация
22.08.2011
Сообщения
430
Благодарностей
21
Баллы
18
Hello,

I am still having a little trouble with all the JS Operators.

Equal (= =): returns true if the operands are equal.
Not equal (!=): returns true if the operands are not equal.
Greater than (>): returns true if left operand is greater than right operand. Example: x > y returns true if x is greater than y.
Greater than or equal to (>=): returns true if left operand is greater than or equal to right operand. Example: x >= y returns true if x is greater than or equal to y.
Less than (<): returns true if left operand is less than right operand. Example: x < y returns true if x is less than y.
Less than or equal to (<=): returns true if left operand is less than or equal to right operand. Example: x <= y returns true if x is less than or equal to y.


Right Now I have a parsed text, it's execution result is:

{-FieldData.FieldData-|-●8●2●3●7●1●1●-|-tp-5427-}


I would like to send the bad urls in a txt file and the good urls in another txt file.

For that I added a Logic "if" step with:

'{-FieldData.FieldData-|-●8●2●3●7●1●1●-|-tp-5427-}'=='Thank you!|Thank|thank you'

Red cercle ---->Go to a txt file
Green cercle ----> Go to another txt file

What I don;t undertand is that the good urls are going to the right txt file but the bad urls are not going anywhere.

Any idea if my operator is correct? Did I write it properly?



I have seen some programmers writing their expression this way:
'{-FieldData.FieldData-|-●8●2●3●7●1●1●-|-≡1≡8≡0≡8≡7≡6≡8≡1≡9≡1≡-}'!=''

Is this valid??? I am so confused .


Thank you,

BamBam
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)