MarcelBeals
Programmer
I am trying to concatenate 2 values and place another on the next line:
This is what is coming up:
<SliceLabel textType="LD_TEXT_PERCENT"/>
This is what I want to do:
<SliceLabel textType="LD_TEXT" <New Line> "LD_VALUE" || "(" || "LD_PERCENT" || ")"/>
This is what is coming up:
<SliceLabel textType="LD_TEXT_PERCENT"/>
This is what I want to do:
<SliceLabel textType="LD_TEXT" <New Line> "LD_VALUE" || "(" || "LD_PERCENT" || ")"/>