How can i add a new line in between a string

1 Like

its Environment.Newline.ToArray() we have mentioned , comma next to environment
thats the issue
so the expression would be like this

…Information.IndexOf(“ClientID:”)+(“ClientID”).Length.Split(Environment.Newline.ToArray())(0)

Cheers @MONALI_BHALERAO

1 Like

Thank you

Cheers @MONALI_BHALERAO