Is it possible to combine two attributes like this?
new_attr = ${attr2}_${attr1}
Whenever I try to use ${attr2}_${attr1}, it only takes the first attribute
even though both are present in the attributes. Is this by design and any
work arounds?
Is it possible to combine two attributes like this?
new_attr = ${attr2}_${attr1}
Whenever I try to use ${attr2}_${attr1}, it only takes the first attribute
even though both are present in the attributes. Is this by design and any
work arounds?