09-30-2009, 02:32 PM
the best way to use the variables across actions is by using input parameters.
define an Input parameter in action2 and while calling the action in action1 pass the variable a as the input parameter to action2.
the other way would be declare a public variable in a library file, associate this with both the actions and then you can use the variable in other action.
define an Input parameter in action2 and while calling the action in action1 pass the variable a as the input parameter to action2.
the other way would be declare a public variable in a library file, associate this with both the actions and then you can use the variable in other action.