08-22-2013, 12:22 AM
(This post was last modified: 08-22-2013, 12:25 AM by vishruth143.)
Hi All,
I have a environment variable defined in the external Environment.vbs file. And I am trying to access its value and assign to a variable in library file. and then using the variable in library in action. I'm getting an error saying the couldn't able to find the environment variable.
I have the below file and content
------------------------------------------------------
Environment.vbs
------------------------------------------------------
Environment.Value("URL") = "www.google.com"
------------------------------------------------------
-------------------------------------------------------
MyLibrary.qfl
-------------------------------------------------------
strURL = Environment.Value("URL")
-------------------------------------------------------
-------------------------------------------------------
MyAction
-------------------------------------------------------
SystemUtil.Run strURL
-------------------------------------------------------
Thanks and Regards:
Vishruth
I have a environment variable defined in the external Environment.vbs file. And I am trying to access its value and assign to a variable in library file. and then using the variable in library in action. I'm getting an error saying the couldn't able to find the environment variable.
I have the below file and content
------------------------------------------------------
Environment.vbs
------------------------------------------------------
Environment.Value("URL") = "www.google.com"
------------------------------------------------------
-------------------------------------------------------
MyLibrary.qfl
-------------------------------------------------------
strURL = Environment.Value("URL")
-------------------------------------------------------
-------------------------------------------------------
MyAction
-------------------------------------------------------
SystemUtil.Run strURL
-------------------------------------------------------
Thanks and Regards:
Vishruth