Forum Discussion
2 Replies
- AlexKaras
Champion Level 2
Hi,
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. - vca_araujoNew ContributorThanks Alexei !
With Project Variable works!