- Home
·
- String Manipulation
·
- This is a simple backwards writer that doesn't require that UCase and LCase nonsense. You can have
This is a simple backwards writer that doesn't require that UCase and LCase nonsense. You can have
This is a simple backwards writer that doesn't require that UCase and LCase nonsense. You can have the text in any case you want.
API Declarations
Just add a textbox to your form and paste this into the code.
Rate This is a simple backwards writer that doesn't require that UCase and LCase nonsense. You can have
(1(1 Vote))
If KeyAscii = vbKeyBack Then
GoTo QUIT
ElseIf KeyAscii = vbKeyDelete Then
GoTo QUIT
Else
Text1.SelStart = 0
End If
QUIT:
Exit Sub
End Sub
This is a simple backwards writer that doesn't require that UCase and LCase nonsense. You can have Comments
No comments yet — be the first to post one!
Post a Comment