I know a string is just a set of characters. I have entered a string in to visual basic using a textbox.
message = textbox1.text
Can i now go and change the position of the characters in the string?
"Dogs" //string entered
"odsg" //that must be output in textbox2
textbox2.text = Encrypted
How do i do this?
Textproperty of the control. – Oded♦ Aug 13 '12 at 14:39