Hi,

I'm trying to access a variable in sub 2 which was declared in sub 1, both within the same module. How do I do this i.e. I want to declare a variable in sub 1 such that its accessable in sub 1 and sub 2. I've tried declaring the variable as global above both subs (in the declarations section), but it doesn't seem to be working

Thank you!