- Joined
- Jan 25, 2012
- Messages
- 1,068
- Reaction score
- 257
- Points
- 83
Hi,
I know that within a C# code block I can access project variables with project.Variables["myvarname"].Value.
But how can I access an environment variable (variables window in PM, "environment" tab) like e.g. "TimeNow.Date" or "Profile.xxx", "Project.xxx", "Environment.TickCount" and so on?
Thank you.
I know that within a C# code block I can access project variables with project.Variables["myvarname"].Value.
But how can I access an environment variable (variables window in PM, "environment" tab) like e.g. "TimeNow.Date" or "Profile.xxx", "Project.xxx", "Environment.TickCount" and so on?
Thank you.
