12-15-2008, 04:49 PM
Hi,
1. I created a Insert Output value for an object's Text property
2. Directing this output to a User deifned Envoirnment variable (say "Test")
3. Now I want use this "Test" variable in my program like
Here I dont know that how to acees the user defined env var "Test" Value
I tried :
Could ypu please tell me how can accomplish this task ?
Thanks
Ramesh
1. I created a Insert Output value for an object's Text property
2. Directing this output to a User deifned Envoirnment variable (say "Test")
3. Now I want use this "Test" variable in my program like
Code:
do
<statements>
loop while <Test ="Something">
Here I dont know that how to acees the user defined env var "Test" Value
I tried :
Code:
Envoirnment.value("Test") = "something" -> Didnt Work
"Test" = "somehting" -> Didnt Work
Could ypu please tell me how can accomplish this task ?
Thanks
Ramesh