by Joseph Martin (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Unknown Difficulty
Originally Published: Thu 22nd November 2001
Date Added: Mon 8th February 2021
Rating:
(1 Votes)
Accomplishes backspace in a simple code! Just paste the code in a click event of a command button.
X = Len(Text1.Text) - 1
Let MyStr = Left(Text1.Text, X)
Text1.Text = MyStr
End Sub
No comments have been posted about Accomplishes backspace in a simple code! Just paste the code in a click event of a command button.. Why not be the first to post a comment about Accomplishes backspace in a simple code! Just paste the code in a click event of a command button..