HP-Exstream String concatenating problems

395 Views Asked by At

I'm facing a problem when we try to concatenate to spinets into one. There is a space between the two spinets, so the text ends missformated.

Has anyone see this problem, if yes, any clue on how to fix it?

Thanks in advance! Bye.

1

There are 1 best solutions below

1
user4288151 On

Using trim() function before concatenating the snippets will help remove the extra spaces. If you are using variables to store the snippets, then the variable has in built property to trim the spaces i.e. the space before , after or in-between.