- Регистрация
- 28.10.2011
- Сообщения
- 44
- Благодарностей
- 0
- Баллы
- 0
I have an execution result let's say "{-FieldData.FieldData-|-●2●4●2●2●3●5●-|-≡1≡9≡0≡8≡0≡1≡0≡9≡6≡1≡-}" which produces the text "hello world"....
Now below that I have an if statment which has in the JS code
var x ="{-FieldData.FieldData-|-●2●4●2●2●3●5●-|-≡1≡9≡0≡8≡0≡1≡0≡9≡6≡1≡-}"; x == "hello world";
This should return true, but the var x never holds the string.... do I have to do something to prep the variable first??? (I always get
var x = ""; x == "hello world";
Thanks.
Now below that I have an if statment which has in the JS code
var x ="{-FieldData.FieldData-|-●2●4●2●2●3●5●-|-≡1≡9≡0≡8≡0≡1≡0≡9≡6≡1≡-}"; x == "hello world";
This should return true, but the var x never holds the string.... do I have to do something to prep the variable first??? (I always get
var x = ""; x == "hello world";
Thanks.