"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)
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)