Hi .
I have the chain follower
S1234567
981
I am using this command (PageCounter2.Replace (Environment.NewLine, String.Empty) .ToUpper) to remove line breaks and the string looks like this
S1234567981
How can I do that when I eliminate the line break that gives a space like this
S1234567 981
Thanks for your help