Forum Discussion
chrisb
12 years agoRegular Contributor
Note sure what you want to do. If you are talking about creating a new project variable on the fly then do this.
Project.Variables.AddVariable()
or
ProjectSuite.Variables.AddVariable()
Then compare your project variable to another
if (Project.Variable.varName = anotherVar){
//do something
}
Project.Variables.AddVariable()
or
ProjectSuite.Variables.AddVariable()
Then compare your project variable to another
if (Project.Variable.varName = anotherVar){
//do something
}