Basically what i'm trying to is a single digit encryption so when a press button1 it changes the letter A to 1 ( etc. ) i'm not looking for Binary / Hex conversion i have my own encryption set up already just need help with this
I attempted to do...
Richtextbox1.text = "A" = "1"
I didn't get syntax error how every when i press Button1 to encrypt A into 1 its just gives me a "False" error in the textbox
I've googled / youtubed and etc. on this but havent found it


