Forum Discussion
andr_simonov
13 years agoNew Contributor
Hello,
Are non-project global variables visible across different scripts?
I've created a global scope variable in one script,
Dim testVar : testVar = "test"
However, the following sub in another script does not see the variable:
Sub CheckVar
Log.Message testVar
End Sub
I've set up the project in such a way, that it runs CheckVar at start.
Are non-project global variables visible across different scripts?
I've created a global scope variable in one script,
Dim testVar : testVar = "test"
However, the following sub in another script does not see the variable:
Sub CheckVar
Log.Message testVar
End Sub
I've set up the project in such a way, that it runs CheckVar at start.
Related Content
- 5 years ago
- 3 years ago
- 8 years ago
Recent Discussions
- 10 hours ago