VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Type Right to Left using 3 lines of code

by Niaz Hussain Jagirani, Sindh (1 Submission)
Category: String Manipulation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 21st July 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Type Right to Left using 3 lines of code

Rate Type Right to Left using 3 lines of code



ch = ch + Chr$(KeyAscii)
txt = ch + txt
Text1.Text = txt

End Sub


Download this snippet    Add to My Saved Code

Type Right to Left using 3 lines of code Comments

No comments have been posted about Type Right to Left using 3 lines of code. Why not be the first to post a comment about Type Right to Left using 3 lines of code.

Post your comment

Subject:
Message:
0/1000 characters