Dec 11th, 2005, 10:22 AM
|
#6
|
|
Hobbyist Programmer
Join Date: Sep 2005
Location: A House...
Posts: 191
Rep Power: 4 
|
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
|
|
|