View Single Post
Old Dec 11th, 2005, 10:22 AM   #6
tayspen
Hobbyist Programmer
 
Join Date: Sep 2005
Location: A House...
Posts: 191
Rep Power: 4 tayspen is on a distinguished road
Quote:
Originally Posted by Dameon
String.Remove

Snip off one character starting at the last index. Note that it returns a new string;the existing one is not changed. Assign the result of <textbox>.Text.Remove to <textbox>.Text for that very reason.
Thanks

-T
tayspen is offline   Reply With Quote