Hello to All,
I came across a weird issue, with the following statement
It should remove a character from the right (which it does) the problem is that it also removes a character from the left.
Any ideas on what caused the problem and how to remedy it will be greatly appreciated!!!
I came across a weird issue, with the following statement
Code:
Left(r$, Len(r$) - 1)
Any ideas on what caused the problem and how to remedy it will be greatly appreciated!!!
Last edited: