I am trying to create a tool for work that allows you to enter a 5-7 digit string (can be numbers or letters) and I want to replace the strings with other differt letters and numbers, and reverse the order after click. I am aware of the .replace method but am having a little trouble negoting the syntax... heres an example...
I will enter "AUI65" and I want the program to return x for a or u, z for any integer, and reverse the order the string "zzxxx" insted of "xxxzz"... can someone point me in the right direction? I am trying to learn VB on my own so it is challenging! Thank you!
I will enter "AUI65" and I want the program to return x for a or u, z for any integer, and reverse the order the string "zzxxx" insted of "xxxzz"... can someone point me in the right direction? I am trying to learn VB on my own so it is challenging! Thank you!
Comment