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...