balkishan
(Balkishan Singh)
June 19, 2019, 11:03am
1
Hi, I am reading the two header values and then merge it, but I want space between these value. can you please help.
@lakshman
How I get the text after concatenating it.
How the excel
I want this result IT AND SUPPORT AND ENGINEER AND ITIL
OR you have any best approach to concatenate it???
1 Like
RobertD
(Docan Robert)
June 19, 2019, 11:05am
2
In the assign you can do str1 + " " +str2.
3 Likes
prakaz25
(Prakash M)
June 19, 2019, 11:07am
4
use string.format(“{0} {1}”,str1,str2)
1 Like
balkishan
(Balkishan Singh)
June 19, 2019, 11:17am
5
Yes great it’s also work. Btw what is the meaing of {0}{1} here ?
prakaz25
(Prakash M)
June 19, 2019, 11:24am
6
proper way to format the string & {0} {1} represent the value of Str1,Str2
1 Like
balkishan
(Balkishan Singh)
June 19, 2019, 11:39am
7
Thanks buddy…BTW it’s accepting only 0 and 1 value ??
system
(system)
Closed
June 22, 2019, 12:55pm
10
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.