Can i assign a variable a combined values from two vars
Posted: Fri Mar 27, 2009 4:13 am
HI,
I have a requirement where i want to assign a variable a combined value of two other variable. something like this
<var name="countryCode" expr="'+91'"/>
<var name="telNumber" expr="'9899478866'"/>
Now the provider number variable should have been assigned a value which is combination of values of two variable.
<var name="providerNumber" expr="'+919899478866'"/>
<transfer destexpr="providerNumber"/>
Regards,
Arvind
I have a requirement where i want to assign a variable a combined value of two other variable. something like this
<var name="countryCode" expr="'+91'"/>
<var name="telNumber" expr="'9899478866'"/>
Now the provider number variable should have been assigned a value which is combination of values of two variable.
<var name="providerNumber" expr="'+919899478866'"/>
<transfer destexpr="providerNumber"/>
Regards,
Arvind