If logic in global variables

myndeswx

Client
Регистрация
15.05.2017
Сообщения
399
Благодарностей
88
Баллы
28
Trying to compare 2 url's
1 is local variable
2 is global variable

Works with simple number









Does not work with url-







Edit. i think my zenno is broken ))

What could be the issue here?
Maybe possible to do in C#? )
Thank you
 
Последнее редактирование:

myndeswx

Client
Регистрация
15.05.2017
Сообщения
399
Благодарностей
88
Баллы
28
SOLVED
It took me like 3 hours to realize what was wrong. :ar:

I had 2 variables-
Local - variable.url
Global - variable.url

To get Local variable.url i used this code to get from mysql-
project.Variables["url"].Value = read["url"].ToString();


And used zenno block "Variable processing" to set global variable.url to local variable.url

after that checking if local.variable.url == global variable.url Returned error allways hmmm

After some time i decided to copy text by hand
and voila - it worked.
Tried to use text processing.Trim block and it works now! )
 
  • Спасибо
Реакции: VladZen

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