Adding Text to a Text String
Hello, I know this question has been posted numerous times before, but I couldn't find a specific answer to what I was looking for.
I have a text string parameter for a pattern of holes, such as &PATTERN_NO which is 4
I want to add the text "X" after it to show "4X" without a space between, such as &PATTERN_NOX but it doesn't work. The only way to work is to add a space &PATTERN_NO X which is 4 X. Is there is a way to do this without adding a space?

