String Manipulation question...
Hey again... i have a little question.
I have a textbox that has returns at the end of the text, the ammount depending on the number of times the text has been saved.... there is a problem in the save code i'm using because it saves an extra return at the bottom of the text, causing the returns to build up. I need soem kind of string manipulation loop like trim() but instead of spaces, it deletes the returns at the end. I'm still learning VB, so i hope you guys have patience... what would be the most proficient way in doing this? Thanks