Forum Discussion

MrDysprosium's avatar
MrDysprosium
Contributor
7 years ago

How to access the value of a Project Variable programmatically?

Trying to get an idea for how I can interact with Project Variables. Here is a test script I setup: def TestVars(): ProjectSuite.Variables.AddVariable("testVar", "Integer") ProjectSuite.Va...