Solved
Forum Discussion
vibhashenoy
10 years agoOccasional Contributor
Hey. Thanks for the reply.
So I declared a variable at the project suite level and tried accessing it in my script using
newva = ProjectSuite.Variables.VariablebyName("Varname")
where Varname is my suite level variable. It returns null when i try to print it. Is there another way through which I can access the suite level variable?
baxatob
10 years agoCommunity Hero
Check carefully your assignment for this variable. If it returns null, it was not assigned by another value.
- vibhashenoy10 years agoOccasional Contributor
Hey, yea the variable wasn't referenced correctly. Thanks for your help