Gaurav Suri | 8 Jun 2012 12:39
Picon

Using expression variables

Hello,

Inside the expression, there is a variable called firstName.
If the value of this variable has to be used in the subsequent script
steps (which may not necessarily be an expressin step) , it it
possible?

Regards,
Gaurav H.Suri

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Diego | 8 Jun 2012 21:56
Picon

Re: Using expression variables

Gaurav Suri <gaurav08suri <at> gmail.com> writes:

> 
> Hello,
> 
> Inside the expression, there is a variable called firstName.
> If the value of this variable has to be used in the subsequent script
> steps (which may not necessarily be an expressin step) , it it
> possible?
> 
> Regards,
> Gaurav H.Suri
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> 

Gaurav.

Which expression?
If you are scripting inside your script's code, you can assing 
it to the script with:

script.setProperty("yourVariableName")=var;

the in further steps you can use the value:
(Continue reading)


Gmane