Adding text to another text (2 columns from Excel)

**Standard Standalone?" Yes

**What are you trying to achieve?:

I am combining text from two different columns of my Excel document (segment 1 and segment 2). The idea is that the second part of the text is added after the end of the first one, without moving the original one.
This is my problem. When the second part of the text is added (# segment1 + segment2 in builder), the first segment moves position to accommodate the second one, rather than staying where it is and just have the next one appear.

How can I do it so that the first half does not move position once the second one adds.

Use a textbox component rather than a text component and left justify the text.

What would you recommend I choose as position coords and ‘anchor’ (center, top-left, etc.) for

a) Rotuine 1 in which segment 1 is shown

b) Routine 2 in which segment 1 + 2 are shown

So far I chose

Thanks for your help