F
Fei
Hi,
I have a simple problem. I have a string variable. Somehow it has Enter
in the string. So When I show this string in a textbox, it will
automatically add one Enter at the end.
My question is how to trim off this Enter. If I use Trim() from String
class, It only removes the Empty space.
Dim strTest as string
strTest.Trim(); ----------> This can NOT remove Enter.
Thanks in advance.
Fei
I have a simple problem. I have a string variable. Somehow it has Enter
in the string. So When I show this string in a textbox, it will
automatically add one Enter at the end.
My question is how to trim off this Enter. If I use Trim() from String
class, It only removes the Empty space.
Dim strTest as string
strTest.Trim(); ----------> This can NOT remove Enter.
Thanks in advance.
Fei