Replacing Characters within a String
Posted by Christopher Patrick on January 16, 2002 9:24 AM
Hi there everyone-
I was wondering if anyone can help with this problem. I have a string variable, and want to replace/delete one character in the string. The string I am reading in contains a space at the end of the string, and I am looking to remove the space, or replace it with a null. Is this possible?
The string is in the format: "ABC ", and I wish to make it "ABC".
Thanks in advance for any help
Chris