Forum Discussion
- tinauserFrequent ContributorDoes the RemoveVariable method work?
- ameettContributorThese are not declared at Project suite or Project level.........these variables are declared in the function........i have declared them global so that i don't have to return values......these value assigned to the variables can be used by just calling the function in which it is declared.
Thanks,
Ameett - gentleseaFrequent Contributorvar projectSuiteaqFS = aqFileSystem.GetFolderInfo(ProjectSuite.Path);
[...]
projectSuiteaqFS = undefined; - irina_lukinaSuper Contributor
Hi Ameett,
I'm using the following approach:
var GlobalVar = "String";
function Test()
{
Log.Message(GlobalVar);
GlobalVar = null;
Log.Message(GlobalVar);
}Does this help?
Related Content
- 8 years ago
- 2 years ago
- 9 years ago
Recent Discussions
- 2 days ago
- 2 days ago
- 5 days ago