Forum Discussion
AlexKaras
Champion Level 1
13 years agoHi,
Either declare variable as global (Public keyword outside of any function in the script unit), or use Project Variable (http://support.smartbear.com/viewarticle/30340/).
Personally I would prefer the latter approach.
Either declare variable as global (Public keyword outside of any function in the script unit), or use Project Variable (http://support.smartbear.com/viewarticle/30340/).
Personally I would prefer the latter approach.