"Nothing is impossible, the word itself says "I'm possible"!"
Pages
Home
About Me
VB.NET
SQL
Contact Us
Wednesday, April 2, 2014
Remove Last Character From String
Dim str As String
str = TextBox1.Text
str = str.Remove(str.Length - 1)
MsgBox(str)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment