Accessing script variables from other scripts
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2010
07:47 PM
08-05-2010
07:47 PM
Accessing script variables from other scripts
I have 2 scripts in my project (well, actually, I have about 30, but 2 will do as an example) called "script1" and "script2", both of which are vbscript. I make extensive use of project variables, but in this instance have a need to declare a global variable in script1 and be able to access it from other scripts.
So, if I declare my global varable in script1, will I be able to access that global variable from script2?
So, if I declare my global varable in script1, will I be able to access that global variable from script2?
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2010
05:33 AM
08-06-2010
05:33 AM
Hi Mark,
To learn how to do this, please see the Calling Routines and Variables Declared in Another Unit help topic.
-----
Alexander
Customer Care Manager
Alexander
Customer Care Manager
