Clovertech
› Clovertech Forums › Cloverleaf › concatenate with space between
As always, thank you in advance for your excellent advice!
I have a concat xlate:
@_PartOne @_PartTwo
which gives me ANKLELEFT, instead of ANKLE LEFT. How do I add a blank space between them?
Type in a space in the Separator field. This is like doing the join command in tcl. The Separator field is used.
There is a separator entry in the middle pane. Either enter a space or hex 20 there.
I like to use the hex so it is obvious.
email: jim.kosloskey@jim-kosloskey.com 29+ years Cloverleaf, 59 years IT - old fart.
Add a ‘= ‘ where you want the space to be. This is easier to read for me, instead of using the Separator field in the middle. Your choice.
@_PartOne
= @_PartTwo