Guest_imported
New member
- Jan 1, 1970
- 0
How would one go about taking a string from a textbox, replacing each character with another defined character, then print out the results?
Ex.. Text1.text = "Test"
and say I wanted, T=Q; E=R; S=V
so then..
Text1.text = "QRSR"
Sorta like a very, very basic encryption idea.. but that's not what I am using it for.
-Z