Forum Discussion
t_kaplanis
3 years agoNew Contributor II
Fact. Can be done in the following way:
Dim MyVariable As Integer = 5 (Can be done with other datatypes such as "String")
Globals.SetObject("DesiredGlobalVariableNameHere", MyVariable)
Globals.GetObject("DesiredGlobalVariableNameHere")
Related Content
- 11 months ago
- 2 years ago
- 2 years ago