- Регистрация
- 30.08.2018
- Сообщения
- 19
- Благодарностей
- 1
- Баллы
- 3
Hello,
I am using this C# code to clear all variables :
Now I need to clear all variables except my counter {-Variable.counter-}. Does someone have an idea how I can do this ?
I am using this C# code to clear all variables :
C#:
foreach(string key in project.Variables.Keys)
project.Variables[key].Value = string.Empty;