Skip to Content
0
Former Member
Jun 30, 2009 at 03:27 PM

String Right Trim

67 Views

Hi,

I have to right trim a string which is not working when I tried the below,

eg : var = "abcdefgh ".

In the above I want to remove the trailing 2 spaces

I tried

shift var right deleting trailing space.

which completely cleared var.

Please help me on resolving this...