Hi All,
How can i get a variable value from one script file to another file in VB Script
File1
Dim page
set page = Aliases.browser.pageHomeLogg.frameModules
File2
I want to use the page variable in teh File2
so how can i achieve that?
Hi All,
How can i get a variable value from one script file to another file in VB Script
File1
Dim page
set page = Aliases.browser.pageHomeLogg.frameModules
File2
I want to use the page variable in teh File2
so how can i achieve that?