Search results for query: *

  1. I

    Question Make an encoder

    Ok I got some but I need a hint I used the following code: Dim ABCDEFGHIJKLMNOPQRSTUVWXYZ As String ABCDEFGHIJKLMNOPQRSTUVWXYZ= "A""B""C""D""E""F""G""H""I""J""K""L""M""N""O""P""Q""R""S""T""U""V""W""X""Y""Z" and then I wrote a bunch of lines like the following...
  2. I

    Question Make an encoder

    Do you mean Dim String As String string.indexof then what? can you put it into code I understand things much better when it is in code. THANK YOU!!!!
  3. I

    Question Make an encoder

    I want to make an encoder that puts the alphabet backwards like so: abcdefghijklmnopqrstuvwxyz zyxwvutsrqponmlkjihgfedcba so that the letter on the top encodes to the letter on the bottom. I don't know if this is possible but any response will be very helpful. If I need to be more exact just...
Back
Top