two variables in C# with comma

  • Автор темы Автор темы aleksa77
  • Дата начала Дата начала

aleksa77

Client
Регистрация
30.09.2011
Сообщения
914
Реакции
90
Баллы
28
I have snippet and this works:

project.Variables["duration"].Value = "0,5";

It is range 0,5

i want now to change this numbers into project variables, but have problem with it

I try several options like:

project.Variables["duration"].Value = project.Variables["pocetak"].Value , project.Variables["kraj"].Value;

but not work, what need to add instead sign " , " instead comma ?

thanks
 
i found solution

project.Variables["pocetak"].Value + "," + project.Variables["kraj"].Value;
 

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