Create or change local variables from C#?

cheekybot

Client
Регистрация
19.09.2014
Сообщения
36
Благодарностей
3
Баллы
8
C# code block lets me save the returned result to 1 variable.. is there a way to save multiple variables at the same time?
 

Radzhab

Client
Регистрация
23.05.2014
Сообщения
1 500
Благодарностей
1 264
Баллы
113
no, but you make simply insert data to variables. prov
C#:
var one = project.Variables["one"].Value;
var two = project.Variables["two"].Value;
....
project.Variables["one"].Value="2323423";
project.Variables["two"].Value="sdfsdf3";

return "answer";
 
  • Спасибо
Реакции: cheekybot

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