![](templates/Classic/images/spacer.gif) |
Fidel Beginner
Joined: 07 Oct 2009 Posts: 19 Location: Poland
|
Posted: Wed Oct 14, 2009 7:45 am
Removing end-of-line characters from string end |
Hi,
I'm using COM objects to access MS Access database. I get RecordSet using SQL Select statement and then using GetString on it, the returned string has end-of-line character in the end. What is the best way to remove it? %trim and %trimright removes only spaces. Do I have to use %delete/%replace/%replace on string? Or is there a better way to do that?
Thanks,
Pawel |
|
|
![](templates/Classic/images/spacer.gif) |
Tech GURU
![](images/avatars/172896370346230b24779a1.gif)
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Wed Oct 14, 2009 11:23 am |
I would say that %leftback is the easiest one to use.
|
|
_________________ Asati di tempari! |
|
|
![](templates/Classic/images/spacer.gif) |
|
|