B bambinou Client Регистрация 22.08.2011 Сообщения 442 Благодарностей 21 Баллы 18 08.06.2020 #1 Hello, I was expecting to be able to change a variable value in a js block with: {-Variable.reached-} = "no"; But it is not happening, any idea why please? Do I have to use C SHARP instead? Thank you.
Hello, I was expecting to be able to change a variable value in a js block with: {-Variable.reached-} = "no"; But it is not happening, any idea why please? Do I have to use C SHARP instead? Thank you.
ibred Client Регистрация 04.04.2015 Сообщения 3 835 Благодарностей 3 552 Баллы 113 08.06.2020 #2 You cannot set the value of a variable through javascript. If you need to do this through code, use C #: Код: project.Variables["reached"].Value = "no";
You cannot set the value of a variable through javascript. If you need to do this through code, use C #: Код: project.Variables["reached"].Value = "no";
VladZen Administrator Команда форума Регистрация 05.11.2014 Сообщения 22 453 Благодарностей 5 912 Баллы 113 09.06.2020 #3 There is also special action block to set value to variable
B bambinou Client Регистрация 22.08.2011 Сообщения 442 Благодарностей 21 Баллы 18 09.06.2020 #4 Thanks to both!!! Yes you are right I forget about this... I do not use Zenno daily and keep forgetting some of the options...thanks again
Thanks to both!!! Yes you are right I forget about this... I do not use Zenno daily and keep forgetting some of the options...thanks again