A Alexandre Новичок Регистрация 30.09.2016 Сообщения 26 Благодарностей 3 Баллы 3 06.02.2017 #1 Is it possible to set a value for a variable via C# snippet?
DmitryAk Client Регистрация 14.12.2016 Сообщения 860 Благодарностей 824 Баллы 93 08.02.2017 #2 Код: project.Variables["var_name"].Value="Var_Value"; Реакции: Alexandre
A abwebc Новичок Регистрация 18.02.2017 Сообщения 4 Благодарностей 0 Баллы 1 29.03.2017 #3 Ok so how to set value of project variable from C# variable?
S sMax Client Регистрация 04.05.2011 Сообщения 132 Благодарностей 49 Баллы 28 04.04.2017 #4 @abwebc Код: return {c#variable}; Whatever is in the return is now in the project variable 'result', in this example. Реакции: abwebc
@abwebc Код: return {c#variable}; Whatever is in the return is now in the project variable 'result', in this example.