- Home
·
- Miscellaneous
·
- Accomplishes backspace in a simple code! Just paste the code in a click event of a command button.
Accomplishes backspace in a simple code! Just paste the code in a click event of a command button.
Accomplishes backspace in a simple code! Just paste the code in a click event of a command button.
Rate Accomplishes backspace in a simple code! Just paste the code in a click event of a command button.
(2(2 Vote))
X = Len(Text1.Text) - 1
Let MyStr = Left(Text1.Text, X)
Text1.Text = MyStr
End Sub
Accomplishes backspace in a simple code! Just paste the code in a click event of a command button. Comments
No comments yet — be the first to post one!
Post a Comment